_dir_list.html.erb
19 lines
| 443 B
| text/plain
|
TextLexer
|
r8761 | <div class="autoscroll"> | ||
|
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> | ||||
|
r8761 | </div> | ||