diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2010-07-20 23:50:15 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2010-07-20 23:50:15 +0000 |
commit | 4fef8b601d3b4095dc353d917828d09b297a17b1 (patch) | |
tree | b66058ec62c9f49c1aacb467057edc536269b79c /app/views/settings | |
parent | fa8d0c5c6fe036916eb49779e82d9d5cf05de315 (diff) | |
download | redmine-4fef8b601d3b4095dc353d917828d09b297a17b1.tar.gz redmine-4fef8b601d3b4095dc353d917828d09b297a17b1.zip |
Added icon for the LDAP authentication menu item. #5775
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3859 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/settings')
-rw-r--r-- | app/views/settings/_authentication.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/settings/_authentication.rhtml b/app/views/settings/_authentication.rhtml index 7e8e693df..da29bb704 100644 --- a/app/views/settings/_authentication.rhtml +++ b/app/views/settings/_authentication.rhtml @@ -20,7 +20,7 @@ </div> <div style="float:right;"> - <%= link_to l(:label_ldap_authentication), :controller => 'ldap_auth_sources', :action => 'index' %> + <%= link_to l(:label_ldap_authentication), {:controller => 'ldap_auth_sources', :action => 'index'}, :class => 'icon icon-server-authentication' %> </div> <%= submit_tag l(:button_save) %> |