Commit d7fad642310dbee86928bdb153ff4ec4cb908722
1 parent
4de9d32a
Exists in
colab
and in
4 other branches
Removing some line breaks from sign in form
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
app/views/devise/sessions/new.html.erb
... | ... | @@ -2,7 +2,6 @@ |
2 | 2 | <h1>Log in to Mezuro</h1> |
3 | 3 | </div> |
4 | 4 | |
5 | - | |
6 | 5 | <%= form_for(resource, :as => resource_name, :url => session_path(resource_name),:html => { :class => "form-inline" }) do |f| %> |
7 | 6 | <div class="control-group"> |
8 | 7 | <%= f.label :email, :class => "control-label" %> |
... | ... | @@ -34,5 +33,4 @@ |
34 | 33 | <%= render "devise/shared/links" %> |
35 | 34 | </div> |
36 | 35 | </div> |
37 | - | |
38 | 36 | <% end %> | ... | ... |