annotate app/views/repositories/_dir_list.rhtml @ 1175:2de25beaafdd bug_366

Close obsolete branch bug_366
author Chris Cannam
date Thu, 02 Feb 2012 11:45:54 +0000
parents cbce1fd3b1b7
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>