You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

admin.html.erb 246B

12345678
  1. <% unless controller_name == 'admin' && action_name == 'index' %>
  2. <% content_for :sidebar do %>
  3. <h3><%=l(:label_administration)%></h3>
  4. <%= render :partial => 'admin/menu' %>
  5. <% end %>
  6. <% end %>
  7. <%= render template: 'layouts/base' %>