Skip to content

Commit

Permalink
fix label on user edit page
Browse files Browse the repository at this point in the history
  • Loading branch information
nashby committed Jun 16, 2012
1 parent 9c3bb15 commit 55b1f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/users/_fields.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
= f.text_field :github_login

.required
= f.label 'Entries per page'
= f.label :per_page, 'Entries per page'
= f.select :per_page, [10, 20, 30, 50, 75, 100]

.required
Expand Down

0 comments on commit 55b1f41

Please sign in to comment.