Sha256: e619179ae3b62c04e154e691a64999de6282dad8b588506c4a5b808bc2224fd9

Contents?: true

Size: 517 Bytes

Versions: 9

Compression:

Stored size: 517 Bytes

Contents

<table>
  <tr>
    <th>Category title</th>
    <th>Articles</th>
    <th>Delete</th>
  </tr>
  <% for category in @categories -%>
  <tr <%= alternate_class -%> id="category_<%= category.id -%>">
    <td><%= image_tag 'checked.gif' %> <%= link_to category.name, :action => 'show', :id => category.id %></td>
    <td><%= link_to pluralize(category.articles.size, 'article'), :action => 'show', :id => category.id %></td>
    <td class="operation"><%= link_to_destroy category %></td>    
  </tr>  
  <% end -%>
</table>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
typo-3.99.0 app/views/admin/categories/_categories.rhtml
typo-3.99.3 app/views/admin/categories/_categories.rhtml
typo-3.99.2 app/views/admin/categories/_categories.rhtml
typo-3.99.1 app/views/admin/categories/_categories.rhtml
typo-4.0.2 app/views/admin/categories/_categories.rhtml
typo-3.99.4 app/views/admin/categories/_categories.rhtml
typo-4.0.0 app/views/admin/categories/_categories.rhtml
typo-4.0.1 app/views/admin/categories/_categories.rhtml
typo-4.0.3 app/views/admin/categories/_categories.rhtml