##// END OF EJS Templates
merge r6759 from trunk...
merge r6759 from trunk remove trailing white-spaces from test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.2-stable@7708 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r5655:d65c3d438d28
r7588:d181a2221ac0
Show More
_dir_list.rhtml
17 lines | 411 B | text/html+ruby | RhtmlLexer
<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>