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 / admin / index.html.erb @ 1591:63650ae64bf2

History | View | Annotate | Download (214 Bytes)

1
<h2><%=l(:label_administration)%></h2>
2

    
3
<div id="admin-index">
4
  <%= render :partial => 'no_data' if @no_configuration_data %>
5
  <%= render :partial => 'menu' %>
6
</div>
7

    
8
<% html_title(l(:label_administration)) -%>