Sha256: 26707722f7232af9bf5777cba32090e8987759b00c43aedd7667516fd3681950
Contents?: true
Size: 590 Bytes
Versions: 7
Compression:
Stored size: 590 Bytes
Contents
<%= render 'spree/admin/shared/configuration_menu' %> <% content_for :page_title do %> <%= Spree.t(:new_taxonomy) %> <% end %> <% content_for :page_actions do %> <li> <%= button_link_to Spree.t(:back_to_taxonomies_list), spree.admin_taxonomies_path, :icon => 'arrow-left' %> </li> <% end %> <%= form_for [:admin, @taxonomy] do |f| %> <%= render :partial => 'form', :locals => { :f => f } %> <fieldset class="no-border-top"> <br> <div class="filter-actions actions" data-hook="buttons"> <%= button Spree.t(:create), 'ok' %> </div> </fieldset> <% end %>
Version data entries
7 entries across 7 versions & 1 rubygems