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.rhtml 350B

123456789101112131415
  1. <table class="list entries" id="browser">
  2. <thead>
  3. <tr id="root">
  4. <th><%= l(:field_name) %></th>
  5. <th><%= l(:field_filesize) %></th>
  6. <th><%= l(:label_revision) %></th>
  7. <th><%= l(:label_age) %></th>
  8. <th><%= l(:field_author) %></th>
  9. <th><%= l(:field_comments) %></th>
  10. </tr>
  11. </thead>
  12. <tbody>
  13. <%= render :partial => 'dir_list_content' %>
  14. </tbody>
  15. </table>