view app/views/admin/index.rhtml @ 75:b9c2324779f6 luisf

* Some textual fixes
author Chris Cannam
date Tue, 14 Dec 2010 11:03:05 +0000
parents 513646585e45
children
line wrap: on
line source
<h2><%=l(:label_administration)%></h2>

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

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