diff options
Diffstat (limited to 'app/views/settings/_authentication.rhtml')
-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 %> |