Commit a3d22297dcd7b547412cf0284a27ef11f90c20ad
1 parent
52d29f5d
Exists in
master
and in
4 other branches
fix haml template error for ldap login.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/devise/sessions/_new_ldap.html.haml
... | ... | @@ -15,7 +15,7 @@ |
15 | 15 | $(function() { |
16 | 16 | $('#new_user').toggle(); |
17 | 17 | }); |
18 | - = form_for(resource, :as => resource_name, :url => session_path(resource_name), :html => { :class => "login-box" }) do |f| | |
18 | += form_for(resource, :as => resource_name, :url => session_path(resource_name), :html => { :class => "login-box" }) do |f| | |
19 | 19 | = f.text_field :email, :class => "text top", :placeholder => "Email" |
20 | 20 | = f.password_field :password, :class => "text bottom", :placeholder => "Password" |
21 | 21 | - if devise_mapping.rememberable? | ... | ... |