annotate .svn/pristine/cd/cd82575e9a77e51c0f726bf6149523455798899e.svn-base @ 929:5f33065ddc4b redmine-1.3

Update to Redmine SVN rev 9414 on 1.3-stable branch
author Chris Cannam
date Wed, 27 Jun 2012 14:54:18 +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>