]> source.dussan.org Git - redmine.git/commitdiff
Removed duplicate LDAP link in application settings.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 2 Jul 2011 11:46:21 +0000 (11:46 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 2 Jul 2011 11:46:21 +0000 (11:46 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6151 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/settings/_authentication.rhtml

index 11220534feeb9f3479e0bd10b0deb9a1e3bd7488..90781f0b430c322f60cf11509217e1afb324cd48 100644 (file)
@@ -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 %>