_dir_list.rhtml
15 lines
| 343 B
| text/html+ruby
|
RhtmlLexer
|
r850 | <table class="list" id="browser"> | ||
|
r849 | <thead> | ||
<tr id="root"> | ||||
|
r330 | <th><%= l(:field_name) %></th> | ||
<th><%= l(:field_filesize) %></th> | ||||
<th><%= l(:label_revision) %></th> | ||||
<th><%= l(:label_date) %></th> | ||||
|
r491 | <th><%= l(:field_author) %></th> | ||
<th><%= l(:field_comments) %></th> | ||||
|
r330 | </tr> | ||
|
r849 | </thead> | ||
<tbody> | ||||
<%= render :partial => 'dir_list_content' %> | ||||
|
r330 | </tbody> | ||
</table> | ||||