diff options
Diffstat (limited to 'app/views/admin/index.rhtml')
-rw-r--r-- | app/views/admin/index.rhtml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/app/views/admin/index.rhtml b/app/views/admin/index.rhtml index 2291c5415..18bee34cb 100644 --- a/app/views/admin/index.rhtml +++ b/app/views/admin/index.rhtml @@ -30,14 +30,6 @@ <%= link_to l(:label_enumerations), :controller => 'enumerations' %> </p> -<p class="icon22 icon22-notifications"> -<%= link_to l(:field_mail_notification), :controller => 'admin', :action => 'mail_options' %> -</p> - -<p class="icon22 icon22-authent"> -<%= link_to l(:label_authentication), :controller => 'auth_sources' %> -</p> - <p class="icon22 icon22-settings"> <%= link_to l(:label_settings), :controller => 'settings' %> </p> |