Sha256: a2f116c62d448056ed7166eabccc1ab0f08462c944f44780878eb866f7122849
Contents?: true
Size: 602 Bytes
Versions: 29
Compression:
Stored size: 602 Bytes
Contents
<%= render :partial => '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
29 entries across 29 versions & 1 rubygems