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.
9 lines
251 B
9 lines
251 B
6 years ago
|
<% unless controller_name == 'admin' && action_name == 'index' %>
|
||
|
<% content_for :sidebar do %>
|
||
|
<h3><%=l(:label_administration)%></h3>
|
||
|
<%= render :partial => 'admin/menu' %>
|
||
|
<% end %>
|
||
|
<% end %>
|
||
|
|
||
|
<%= render :file => "layouts/base_admin" %>
|