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.rhtml @ 441:cbce1fd3b1b7

History | View | Annotate | Download (240 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" %>