annotate app/views/repositories/_dir_list.rhtml @ 0:513646585e45

* Import Redmine trunk SVN rev 3859
author Chris Cannam
date Fri, 23 Jul 2010 15:52:44 +0100
parents
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>