Sha256: cea4c25bc61c98c1207fe6d93f5408ad833380484b8e7171f147727ef2e10501
Contents?: true
Size: 544 Bytes
Versions: 6
Compression:
Stored size: 544 Bytes
Contents
<% 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('actions.create'), 'ok' %> </div> </fieldset> <% end %>
Version data entries
6 entries across 6 versions & 1 rubygems