##// END OF EJS Templates
scm: update locales of whether reporting last commit for files and directories in project setting (#8365, #7047)....
scm: update locales of whether reporting last commit for files and directories in project setting (#8365, #7047). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5774 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1019:3e0acc0b7e1f
r5654:625b7d905181
Show More
_dir_list.rhtml
15 lines | 350 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>
<th><%= l(:label_revision) %></th>
<th><%= l(:label_age) %></th>
<th><%= l(:field_author) %></th>
<th><%= l(:field_comments) %></th>
</tr>
</thead>
<tbody>
<%= render :partial => 'dir_list_content' %>
</tbody>
</table>