Commit 3230577ce0d5eb381cd0aad2fc4a4e9a3687e928
Exists in
master
and in
4 other branches
Merge branch 'master' of dev.gitlabhq.com:gitlabhq
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/devise/sessions/new.html.erb
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | <%= f.password_field :password, :class => "text bottom", :placeholder => "Password" %> |
5 | 5 | |
6 | 6 | <% if devise_mapping.rememberable? -%> |
7 | - <div class="clearfix"> <%= f.label :remember_me %> <%= f.check_box :remember_me %></div> | |
7 | + <div class="clearfix inputs-list"> <label for="user_remember_me"><%= f.check_box :remember_me %><span>Remember me</span></label></div> | |
8 | 8 | <% end -%> |
9 | 9 | <br/> |
10 | 10 | <%= f.submit "Sign in", :class => "primary btn" %> | ... | ... |