Mercurial > hg > soundsoftware-site
annotate app/views/admin/index.rhtml @ 215:e65d8141194b feature_73
Or, we can just retrieve the external repo URL through the project...
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Thu, 10 Feb 2011 15:37:47 +0000 |
parents | 513646585e45 |
children |
rev | line source |
---|---|
Chris@0 | 1 <h2><%=l(:label_administration)%></h2> |
Chris@0 | 2 |
Chris@0 | 3 <div id="admin-index"> |
Chris@0 | 4 <%= render :partial => 'no_data' if @no_configuration_data %> |
Chris@0 | 5 <%= render :partial => 'menu' %> |
Chris@0 | 6 </div> |
Chris@0 | 7 |
Chris@0 | 8 <% html_title(l(:label_administration)) -%> |