To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / layouts / admin.html.erb @ 1298:4f746d8966dd

History | View | Annotate | Download (245 Bytes)

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

    
8
<%= render :file => "layouts/base" %>