2008-01-03 01:41:53 +03:00
|
|
|
<table class="list entries" id="browser">
|
2007-10-22 21:45:41 +04:00
|
|
|
<thead>
|
|
|
|
<tr id="root">
|
2007-03-12 20:59:02 +03:00
|
|
|
<th><%= l(:field_name) %></th>
|
|
|
|
<th><%= l(:field_filesize) %></th>
|
2011-05-13 07:55:21 +04:00
|
|
|
<% if @repository.report_last_commit %>
|
|
|
|
<th><%= l(:label_revision) %></th>
|
|
|
|
<th><%= l(:label_age) %></th>
|
|
|
|
<th><%= l(:field_author) %></th>
|
|
|
|
<th><%= l(:field_comments) %></th>
|
|
|
|
<% end %>
|
2007-03-12 20:59:02 +03:00
|
|
|
</tr>
|
2007-10-22 21:45:41 +04:00
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<%= render :partial => 'dir_list_content' %>
|
2007-03-12 20:59:02 +03:00
|
|
|
</tbody>
|
|
|
|
</table>
|