You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_dir_list.html.erb 443B

12345678910111213141516171819
  1. <div class="autoscroll">
  2. <table class="list entries" id="browser">
  3. <thead>
  4. <tr id="root">
  5. <th><%= l(:field_name) %></th>
  6. <th><%= l(:field_filesize) %></th>
  7. <% if @repository.report_last_commit %>
  8. <th><%= l(:label_revision) %></th>
  9. <th><%= l(:label_age) %></th>
  10. <th><%= l(:field_author) %></th>
  11. <th><%= l(:field_comments) %></th>
  12. <% end %>
  13. </tr>
  14. </thead>
  15. <tbody>
  16. <%= render :partial => 'dir_list_content' %>
  17. </tbody>
  18. </table>
  19. </div>