Sha256: edc31e22507b85c71fcdda88a8590063b8737859600550e96ec63b9337ff5daa

Contents?: true

Size: 418 Bytes

Versions: 8

Compression:

Stored size: 418 Bytes

Contents

<%= render :partial => 'admin/shared/configuration_menu' %>

<div class="toolbar" data-hook="toolbar">
  <ul class="actions">
    <li>
      <%= button_link_to t(:new_taxonomy), new_admin_taxonomy_url, :icon => 'add', :id => 'admin_new_taxonomy_link' %></p>
    </li>
  </ul>
  <br class="clear" />
</div>

<h1><%= t(:taxonomies) %></h1>

<div id='list-taxonomies' data-hook>
  <%= render :partial => 'list' %>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
spree_core-0.70.7 app/views/admin/taxonomies/index.html.erb
spree_core-0.70.6 app/views/admin/taxonomies/index.html.erb
spree_core-0.70.5 app/views/admin/taxonomies/index.html.erb
spree_core-0.70.4 app/views/admin/taxonomies/index.html.erb
spree_core-0.70.3 app/views/admin/taxonomies/index.html.erb
spree_core-0.70.2 app/views/admin/taxonomies/index.html.erb
spree_core-0.70.1 app/views/admin/taxonomies/index.html.erb
spree_core-0.70.0 app/views/admin/taxonomies/index.html.erb