@@ -1,17 +1,19 | |||
|
1 | <div class="autoscroll"> | |
|
1 | 2 | <table class="list entries" id="browser"> |
|
2 | 3 | <thead> |
|
3 | 4 | <tr id="root"> |
|
4 | 5 | <th><%= l(:field_name) %></th> |
|
5 | 6 | <th><%= l(:field_filesize) %></th> |
|
6 | 7 | <% if @repository.report_last_commit %> |
|
7 | 8 | <th><%= l(:label_revision) %></th> |
|
8 | 9 | <th><%= l(:label_age) %></th> |
|
9 | 10 | <th><%= l(:field_author) %></th> |
|
10 | 11 | <th><%= l(:field_comments) %></th> |
|
11 | 12 | <% end %> |
|
12 | 13 | </tr> |
|
13 | 14 | </thead> |
|
14 | 15 | <tbody> |
|
15 | 16 | <%= render :partial => 'dir_list_content' %> |
|
16 | 17 | </tbody> |
|
17 | 18 | </table> |
|
19 | </div> |
General Comments 0
You need to be logged in to leave comments.
Login now