diff --git a/app/views/admin_panel/index.rhtml b/app/views/admin_panel/index.rhtml index f778aac..c245f2d 100644 --- a/app/views/admin_panel/index.rhtml +++ b/app/views/admin_panel/index.rhtml @@ -2,16 +2,16 @@
<%= _('You, as an environment administrator, has the following options:')%>
-<%= link_to _('Edit site info'), :action => 'site_info' %> |
<%= link_to __('Edit message for disabled enterprises'), :action => 'message_for_disabled_enterprise' %> |
<%= link_to _('Enable/disable features'), :controller => 'features' %> |
<%= link_to _('Edit sideboxes'), :controller => 'environment_design'%> |
<%= link_to _('Manage Categories'), :controller => 'categories'%> |
<%= link_to _('Manage User roles'), :controller => 'role' %> |
<%= link_to _('Manage Validators by region'), :controller => 'region_validators' %> |
<%= link_to _('Manage Templates'), :action => 'manage_templates' %> |
<%= link_to _('Edit Templates'), :action => 'edit_templates' %> |
<%= link_to _('Manage Fields'), :controller => 'features', :action => 'manage_fields' %> |
<%= link_to _('Set Portal'), :action => 'set_portal_community' %> |