Sha256: 703e21bf46dce9a39b4065d56452ad59d3475e74f4f85e2916e4566ed73175e9
Contents?: true
Size: 428 Bytes
Versions: 13
Compression:
Stored size: 428 Bytes
Contents
<%= content_tag :tr, :class => 'spud-blog-category-manager-item', 'data-id' => category.id do %> <td><%= category.name %></td> <td class="table-actions"> <%= link_to 'Edit', edit_admin_post_category_path(category), :class => 'btn btn-xs btn-default spud-blog-category-edit' %> <%= link_to 'Delete', admin_post_category_path(category), :class => 'btn btn-xs btn-danger spud-blog-category-delete' %> </td> <% end %>
Version data entries
13 entries across 13 versions & 1 rubygems