Mercurial > hg > soundsoftware-site
annotate .svn/pristine/cd/cd82575e9a77e51c0f726bf6149523455798899e.svn-base @ 1384:b51b5ae3734c luisf
Merge
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Fri, 20 Sep 2013 19:04:25 +0100 |
parents | cbb26bc654de |
children |
rev | line source |
---|---|
Chris@909 | 1 <table class="list entries" id="browser"> |
Chris@909 | 2 <thead> |
Chris@909 | 3 <tr id="root"> |
Chris@909 | 4 <th><%= l(:field_name) %></th> |
Chris@909 | 5 <th><%= l(:field_filesize) %></th> |
Chris@909 | 6 <% if @repository.report_last_commit %> |
Chris@909 | 7 <th><%= l(:label_revision) %></th> |
Chris@909 | 8 <th><%= l(:label_age) %></th> |
Chris@909 | 9 <th><%= l(:field_author) %></th> |
Chris@909 | 10 <th><%= l(:field_comments) %></th> |
Chris@909 | 11 <% end %> |
Chris@909 | 12 </tr> |
Chris@909 | 13 </thead> |
Chris@909 | 14 <tbody> |
Chris@909 | 15 <%= render :partial => 'dir_list_content' %> |
Chris@909 | 16 </tbody> |
Chris@909 | 17 </table> |