socialforge/app/views/admin/index.html.erb

8 lines
222 B
Plaintext
Raw Normal View History

2013-08-01 10:33:49 +08:00
<div id="admin-index">
2013-12-17 11:26:11 +08:00
<h3><%=l(:label_administration)%></h3>
<!-- <%= render :partial => 'no_data' if @no_configuration_data %> -->
2013-08-01 10:33:49 +08:00
<%= render :partial => 'menu' %>
</div>
<% html_title(l(:label_administration)) -%>