From 0ac1fd3be72230c9d34955736f0ca4dce2894be2 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 20 Nov 2014 16:05:24 -0800 Subject: [PATCH] Link letters back to the first page always --- app/templates/crates.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/crates.hbs b/app/templates/crates.hbs index 3b336cbd9b..21d24dee92 100644 --- a/app/templates/crates.hbs +++ b/app/templates/crates.hbs @@ -8,7 +8,7 @@
{{#each alphabet}} - {{#link-to 'crates' (query-params letter=this)}} + {{#link-to 'crates' (query-params letter=this page=1)}} {{ this }} {{/link-to}} {{/each}}