annotate app/views/repositories/_dir_list.html.erb @ 1114:212b72b966ff bibplugin_bibtex

development commit - changing association validations. not working correctly
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Fri, 14 Dec 2012 19:50:00 +0000
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>