Sha256: 7a7da586088a17c57f13658e963dfb4a31bcf0dc7dbd72b22a37f0ab5296e319
Contents?: true
Size: 733 Bytes
Versions: 5
Compression:
Stored size: 733 Bytes
Contents
<table class="index"> <tr> <th><%= t('name') %></th> <% if defined?(SpreeCompareProducts) %> <th><%= t('compare_products.comparable_container') %></th> <% end %> <th><%= t('activerecord.attributes.taxonomy.show_on_homepage').capitalize %></th> <th></th> </tr> <% for taxonomy in @taxonomies %> <tr id="<%= dom_id taxonomy %>"> <td><%= taxonomy.name %></td> <% if defined?(SpreeCompareProducts) %> <td><%= icon('tick') if taxonomy.comparable? %></td> <% end %> <td><%= icon('tick') if taxonomy.show_on_homepage? %></td> <td class="actions"> <%= link_to_edit taxonomy.id %> <%= link_to_delete taxonomy %> </td> </tr> <% end %> </table>
Version data entries
5 entries across 5 versions & 2 rubygems