From 228fa0fca36414d4e21eb14a2b0fb0970e7ad2ba Mon Sep 17 00:00:00 2001 From: Christophe Vilayphiou Date: Mon, 17 Sep 2012 13:40:14 +0800 Subject: [PATCH] Remove setting from side bar --- app/views/layouts/_side_bar.html.erb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/views/layouts/_side_bar.html.erb b/app/views/layouts/_side_bar.html.erb index 74560ac5..cc6daf73 100644 --- a/app/views/layouts/_side_bar.html.erb +++ b/app/views/layouts/_side_bar.html.erb @@ -157,10 +157,6 @@ <% end -%> -<%= content_tag :li, :class => active_for_controllers(nil) do -%> - <%= link_to content_tag(:i, nil, :class => 'icons-cog') + t('admin.site_settings'), nil %> -<% end -%> -
<% flash.each do |key, msg| %> <%= content_tag :span, msg, :class => [key, "notice label label-warning"] %>