Sha256: cbb8d567b1ac94cb07e85ae08cd2c40a9c40ba0b9f2b2a43e6dce2f615a160a6

Contents?: true

Size: 640 Bytes

Versions: 2

Compression:

Stored size: 640 Bytes

Contents

<table>
  <tr>
    <th><%= _("Title") %></th>
  </tr>
  <%= render_void_table(@categories.size, 2)  %>
  
  <% for category in @categories -%>
  <tr <%= alternate_class -%> id="category_<%= category.id -%>">
    <td>
      <%= link_to_edit category.name, category %><br />
      <%= show_actions category %>
      </td>
  </tr>  
  <% end -%>
  <tr>
    <td class='paginate'>
      <%= link_to_remote(_('Reorder'), :update => 'category_container', :url => { :action => 'reorder' }) %> |
      <%= link_to_remote(_('Sort alphabetically'), :update => 'category_container', :url => { :action => 'asort' }) %>
      
    </td>
  </tr>
</table>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
typo-5.5 app/views/admin/categories/_categories.html.erb
typo-5.4.4 app/views/admin/categories/_categories.html.erb