Commit 55b1f41151507e0fd384916e6e70271f0c23a512

Authored by Vasiliy Ermolovich
1 parent 9c3bb155
Exists in master and in 1 other branch production

fix label on user edit page

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/users/_fields.html.haml
... ... @@ -18,7 +18,7 @@
18 18 = f.text_field :github_login
19 19  
20 20 .required
21   - = f.label 'Entries per page'
  21 + = f.label :per_page, 'Entries per page'
22 22 = f.select :per_page, [10, 20, 30, 50, 75, 100]
23 23  
24 24 .required
... ...