From 745c29b61902330ac773eac92ccb3072fd1f8022 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 2 Jul 2011 11:46:21 +0000 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 --- app/views/settings/_authentication.rhtml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/views/settings/_authentication.rhtml b/app/views/settings/_authentication.rhtml index 11220534f..90781f0b4 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 %> -- 2.39.5