18 lines
411 B
Plaintext
18 lines
411 B
Plaintext
<table class="list entries" id="browser">
|
|
<thead>
|
|
<tr id="root">
|
|
<th><%= l(:field_name) %></th>
|
|
<th><%= l(:field_filesize) %></th>
|
|
<% 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 %>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<%= render :partial => 'dir_list_content' %>
|
|
</tbody>
|
|
</table>
|