##// END OF EJS Templates
Merged r10255 from trunk to 1.4-stable...
Merged r10255 from trunk to 1.4-stable add missing fixture to test/unit/lib/redmine/safe_attributes_test.rb. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.4-stable@10262 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r8761:f84273ca9138
r10079:1974123562e2
Show More
_dir_list.html.erb
19 lines | 443 B | text/plain | TextLexer
<div class="autoscroll">
<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>
</div>