annotate .svn/pristine/cd/cd82575e9a77e51c0f726bf6149523455798899e.svn-base @ 1516:b450a9d58aed redmine-2.4

Update to Redmine SVN revision 13356 on 2.4-stable branch
author Chris Cannam
date Tue, 09 Sep 2014 09:28:31 +0100
parents cbb26bc654de
children
rev   line source
Chris@909 1 <table class="list entries" id="browser">
Chris@909 2 <thead>
Chris@909 3 <tr id="root">
Chris@909 4 <th><%= l(:field_name) %></th>
Chris@909 5 <th><%= l(:field_filesize) %></th>
Chris@909 6 <% if @repository.report_last_commit %>
Chris@909 7 <th><%= l(:label_revision) %></th>
Chris@909 8 <th><%= l(:label_age) %></th>
Chris@909 9 <th><%= l(:field_author) %></th>
Chris@909 10 <th><%= l(:field_comments) %></th>
Chris@909 11 <% end %>
Chris@909 12 </tr>
Chris@909 13 </thead>
Chris@909 14 <tbody>
Chris@909 15 <%= render :partial => 'dir_list_content' %>
Chris@909 16 </tbody>
Chris@909 17 </table>