Merge pull request #1423 from u-minor/fix_ldap_login
Fix haml template error for ldap login.
This commit is contained in:
commit
263b8af1c4
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
$(function() {
|
||||
$('#new_user').toggle();
|
||||
});
|
||||
= form_for(resource, :as => resource_name, :url => session_path(resource_name), :html => { :class => "login-box" }) do |f|
|
||||
= form_for(resource, :as => resource_name, :url => session_path(resource_name), :html => { :class => "login-box" }) do |f|
|
||||
= f.text_field :email, :class => "text top", :placeholder => "Email"
|
||||
= f.password_field :password, :class => "text bottom", :placeholder => "Password"
|
||||
- if devise_mapping.rememberable?
|
||||
|
|
Loading…
Reference in a new issue