comparison .svn/pristine/79/79d8224df8edf9335f3c3746d6a83312fcea6db4.svn-base @ 1295:622f24f53b42 redmine-2.3

Update to Redmine SVN revision 11972 on 2.3-stable branch
author Chris Cannam
date Fri, 14 Jun 2013 09:02:21 +0100
parents
children
comparison
equal deleted inserted replaced
1294:3e4c3460b6ca 1295:622f24f53b42
1 <div class="autoscroll">
2 <table class="list entries" id="browser">
3 <thead>
4 <tr id="root">
5 <th><%= l(:field_name) %></th>
6 <th><%= l(:field_filesize) %></th>
7 <% if @repository.report_last_commit %>
8 <th><%= l(:label_revision) %></th>
9 <th><%= l(:label_age) %></th>
10 <th><%= l(:field_author) %></th>
11 <th><%= l(:field_comments) %></th>
12 <% end %>
13 </tr>
14 </thead>
15 <tbody>
16 <%= render :partial => 'dir_list_content' %>
17 </tbody>
18 </table>
19 </div>