comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:513646585e45
1 <table class="list entries" id="browser">
2 <thead>
3 <tr id="root">
4 <th><%= l(:field_name) %></th>
5 <th><%= l(:field_filesize) %></th>
6 <th><%= l(:label_revision) %></th>
7 <th><%= l(:label_age) %></th>
8 <th><%= l(:field_author) %></th>
9 <th><%= l(:field_comments) %></th>
10 </tr>
11 </thead>
12 <tbody>
13 <%= render :partial => 'dir_list_content' %>
14 </tbody>
15 </table>