Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

_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>