Sha256: 912c2ff5d70fb4ddaeb9ffa9885172efb0762edb87797de3654e34bad921b475
Contents?: true
Size: 680 Bytes
Versions: 6
Compression:
Stored size: 680 Bytes
Contents
<% content_for :page_title do %> <%= Spree::Taxonomy.model_name.human(count: :other) %> <% end %> <% content_for :page_actions do %> <% if can?(:create, Spree::Taxonomy) %> <li> <%= button_link_to Spree.t(:new_taxonomy), spree.new_admin_taxonomy_url, :icon => 'plus', :id => 'admin_new_taxonomy_link' %> </li> <% end %> <% end %> <% if @taxonomies.any? %> <div id="list-taxonomies" data-hook> <%= render 'list' %> </div> <% else %> <div class="alpha twelve columns no-objects-found"> <%= render 'spree/admin/shared/no_objects_found', resource: Spree::Taxonomy, new_resource_url: new_object_url %> </div> <% end %>
Version data entries
6 entries across 6 versions & 1 rubygems