##// END OF EJS Templates
test: replace "should_route" of "users" to "assert_routing" at integration/routing_test.rb...
test: replace "should_route" of "users" to "assert_routing" at integration/routing_test.rb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8252 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r6412:9145a38ac690
r8132:1f90b6fc9424
Show More
_dir_list.html.erb
17 lines | 411 B | text/plain | TextLexer
<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>