Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdamick <jeffreydamick@gmail.com>2012-06-18 19:51:17 +0400
committerjdamick <jeffreydamick@gmail.com>2012-06-18 19:51:17 +0400
commit9a4e5a8bd5db64ef9e7fa2fda45bc8b2222ca202 (patch)
tree3d91dfd49140388aec3ae0408d0d45166d8eef29
parent26124e40ef1bd438ae43ae1d27382aa71df81ed1 (diff)
removed dead code from the form
-rw-r--r--app/views/devise/sessions/_new_ldap.html.erb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/devise/sessions/_new_ldap.html.erb b/app/views/devise/sessions/_new_ldap.html.erb
index bfeec859e95..35dfaf71409 100644
--- a/app/views/devise/sessions/_new_ldap.html.erb
+++ b/app/views/devise/sessions/_new_ldap.html.erb
@@ -1,4 +1,3 @@
-<%#= form_for(resource, :as => resource_name, :url => user_omniauth_callback_path(:ldap), :html => { :class => "login-box", :id => 'new_ldap_user' }) do |f| %>
<%= form_tag(user_omniauth_callback_path(:ldap), :class => "login-box", :id => 'new_ldap_user' ) do %>
<%= image_tag "login-logo.png", :width => "304", :height => "66", :class => "login-logo", :alt => "Login Logo" %>