Skip to content

Commit

Permalink
Link letters back to the first page always
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Nov 21, 2014
1 parent 4bab926 commit 0ac1fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/crates.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<div id='selection'>
{{#each alphabet}}
{{#link-to 'crates' (query-params letter=this)}}
{{#link-to 'crates' (query-params letter=this page=1)}}
{{ this }}
{{/link-to}}
{{/each}}
Expand Down

0 comments on commit 0ac1fd3

Please sign in to comment.