annotate app/views/repositories/_dir_list.html.erb @ 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 c6c2cbd0afee
children 433d4f72a19b
rev   line source
Chris@0 1 <table class="list entries" id="browser">
Chris@0 2 <thead>
Chris@0 3 <tr id="root">
Chris@0 4 <th><%= l(:field_name) %></th>
Chris@0 5 <th><%= l(:field_filesize) %></th>
Chris@441 6 <% if @repository.report_last_commit %>
Chris@441 7 <th><%= l(:label_revision) %></th>
Chris@441 8 <th><%= l(:label_age) %></th>
Chris@441 9 <th><%= l(:field_author) %></th>
Chris@441 10 <th><%= l(:field_comments) %></th>
Chris@441 11 <% end %>
Chris@0 12 </tr>
Chris@0 13 </thead>
Chris@0 14 <tbody>
Chris@0 15 <%= render :partial => 'dir_list_content' %>
Chris@0 16 </tbody>
Chris@0 17 </table>