_dir_list.rhtml
17 lines
| 411 B
| text/html+ruby
|
RhtmlLexer
|
r1019 | <table class="list entries" id="browser"> | ||
|
r849 | <thead> | ||
<tr id="root"> | ||||
|
r330 | <th><%= l(:field_name) %></th> | ||
<th><%= l(:field_filesize) %></th> | ||||
|
r5655 | <% 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 %> | ||||
|
r330 | </tr> | ||
|
r849 | </thead> | ||
<tbody> | ||||
<%= render :partial => 'dir_list_content' %> | ||||
|
r330 | </tbody> | ||
</table> | ||||