Sha256: 8111ed961cf14400029ef29955eb78a7ceafb36e25071a5a782c8a0668212718
Contents?: true
Size: 455 Bytes
Versions: 1
Compression:
Stored size: 455 Bytes
Contents
<table class="index"> <tr> <th><%= t('activerecord.attributes.download_category.name') %></th> <th class="tc"><%= t('scaffold.actions') %></th> </tr> <% @download_categories.each do |download_category| %> <tr> <td><%= download_category.name %></td> <td class="actions"> <%= link_to_edit download_category, :class => "edit" %> <%= link_to_delete download_category %> </td> </tr> <% end %> </table>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree_downloads-1.0.1 | app/views/spree/admin/download_categories/_download_categories.html.erb |