Mercurial > hg > soundsoftware-site
annotate app/views/admin/index.html.erb @ 1628:9c5f8e24dadc live tip
Quieten this cron script
author | Chris Cannam |
---|---|
date | Tue, 25 Aug 2020 11:38:49 +0100 |
parents | cbb26bc654de |
children |
rev | line source |
---|---|
Chris@0 | 1 <h2><%=l(:label_administration)%></h2> |
Chris@0 | 2 |
Chris@0 | 3 <div id="admin-index"> |
Chris@909 | 4 <%= render :partial => 'no_data' if @no_configuration_data %> |
Chris@909 | 5 <%= render :partial => 'menu' %> |
Chris@0 | 6 </div> |
Chris@0 | 7 |
Chris@0 | 8 <% html_title(l(:label_administration)) -%> |