Commit 9a4e5a8bd5db64ef9e7fa2fda45bc8b2222ca202
1 parent
26124e40
Exists in
master
and in
4 other branches
removed dead code from the form
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
app/views/devise/sessions/_new_ldap.html.erb
1 | -<%#= form_for(resource, :as => resource_name, :url => user_omniauth_callback_path(:ldap), :html => { :class => "login-box", :id => 'new_ldap_user' }) do |f| %> | |
2 | 1 | <%= form_tag(user_omniauth_callback_path(:ldap), :class => "login-box", :id => 'new_ldap_user' ) do %> |
3 | 2 | <%= image_tag "login-logo.png", :width => "304", :height => "66", :class => "login-logo", :alt => "Login Logo" %> |
4 | 3 | ... | ... |