mirror of
https://github.com/meineerde/redmine.git
synced 2025-10-17 17:01:01 +00:00
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19466 e93f8b46-1217-0410-a6f0-8f06a7374b81
9 lines
246 B
Plaintext
9 lines
246 B
Plaintext
<% unless controller_name == 'admin' && action_name == 'index' %>
|
|
<% content_for :sidebar do %>
|
|
<h3><%=l(:label_administration)%></h3>
|
|
<%= render :partial => 'admin/menu' %>
|
|
<% end %>
|
|
<% end %>
|
|
|
|
<%= render template: 'layouts/base' %>
|