diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-07-02 11:46:21 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-07-02 11:46:21 +0000 |
commit | 745c29b61902330ac773eac92ccb3072fd1f8022 (patch) | |
tree | 8aa09c1cc7c3bef776e89c1d4aceb2f16d465202 | |
parent | 093ba7d516bea25e2e5f923d1f5f8b84bdec9983 (diff) | |
download | redmine-745c29b61902330ac773eac92ccb3072fd1f8022.tar.gz redmine-745c29b61902330ac773eac92ccb3072fd1f8022.zip |
Removed duplicate LDAP link in application settings.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6151 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | app/views/settings/_authentication.rhtml | 4 |
1 files changed, 0 insertions, 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 @@ <p><%= setting_check_box :rest_api_enabled %></p> </div> -<div style="float:right;"> - <%= link_to l(:label_ldap_authentication), {:controller => 'ldap_auth_sources', :action => 'index'}, :class => 'icon icon-server-authentication' %> -</div> - <%= submit_tag l(:button_save) %> <% end %> |