diff --git a/app/views/admin_panel/index.rhtml b/app/views/admin_panel/index.rhtml index 9a3006e..f778aac 100644 --- a/app/views/admin_panel/index.rhtml +++ b/app/views/admin_panel/index.rhtml @@ -6,7 +6,7 @@
  • <%= 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 the Visual Design'), :controller => 'environment_design'%>
  • +
  • <%= 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' %>
  • -- libgit2 0.21.2