annotate app/views/repositories/_dir_list.rhtml @ 859:9a16b2c1fd56 bug_189

Close obsolete branch bug_189
author Chris Cannam
date Tue, 12 Jul 2011 16:42:08 +0100
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>