summaryrefslogtreecommitdiffstats
path: root/app/views/repositories/_dir_list.rhtml
blob: 5590652f567fc47a614a4f8bdd77bd88ef22b9d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<table class="list entries" id="browser">
<thead>
<tr id="root">
<th><%= l(:field_name) %></th>
<th><%= l(:field_filesize) %></th>
<th><%= l(:label_revision) %></th>
<th><%= l(:label_age) %></th>
<th><%= l(:field_author) %></th>
<th><%= l(:field_comments) %></th>
</tr>
</thead>
<tbody>
<%= render :partial => 'dir_list_content' %>
</tbody>
</table>