Mercurial > hg > soundsoftware-site
annotate app/views/repositories/_dir_list.rhtml @ 904:0a8317a50fa0 redmine-1.1
Close obsolete branch redmine-1.1
author | Chris Cannam |
---|---|
date | Fri, 14 Jan 2011 12:53:21 +0000 |
parents | 513646585e45 |
children | cbce1fd3b1b7 |
rev | line source |
---|---|
Chris@0 | 1 <table class="list entries" id="browser"> |
Chris@0 | 2 <thead> |
Chris@0 | 3 <tr id="root"> |
Chris@0 | 4 <th><%= l(:field_name) %></th> |
Chris@0 | 5 <th><%= l(:field_filesize) %></th> |
Chris@0 | 6 <th><%= l(:label_revision) %></th> |
Chris@0 | 7 <th><%= l(:label_age) %></th> |
Chris@0 | 8 <th><%= l(:field_author) %></th> |
Chris@0 | 9 <th><%= l(:field_comments) %></th> |
Chris@0 | 10 </tr> |
Chris@0 | 11 </thead> |
Chris@0 | 12 <tbody> |
Chris@0 | 13 <%= render :partial => 'dir_list_content' %> |
Chris@0 | 14 </tbody> |
Chris@0 | 15 </table> |