annotate app/views/repositories/_dir_list.rhtml @ 441:cbce1fd3b1b7 redmine-1.2

Update to Redmine 1.2-stable branch (Redmine SVN rev 6000)
author Chris Cannam
date Mon, 06 Jun 2011 14:24:13 +0100
parents 513646585e45
children
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>