From 745c29b61902330ac773eac92ccb3072fd1f8022 2011-07-02 11:46:21 From: Jean-Philippe Lang Date: 2011-07-02 11:46:21 Subject: [PATCH] Removed duplicate LDAP link in application settings. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6151 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/settings/_authentication.rhtml b/app/views/settings/_authentication.rhtml index 1122053..90781f0 100644 --- a/app/views/settings/_authentication.rhtml +++ b/app/views/settings/_authentication.rhtml @@ -19,9 +19,5 @@

<%= setting_check_box :rest_api_enabled %>

-
- <%= link_to l(:label_ldap_authentication), {:controller => 'ldap_auth_sources', :action => 'index'}, :class => 'icon icon-server-authentication' %> -
- <%= submit_tag l(:button_save) %> <% end %>