Sha256: dcf98efc70c8f221bf80a4550e179de64ff2beafe599dfd6b2ccb68e5a51bb85
Contents?: true
Size: 559 Bytes
Versions: 2
Compression:
Stored size: 559 Bytes
Contents
<%= render :partial => 'admin/shared/configuration_menu' %> <div data-hook="admin_shipping_method_new_form_header"> <h1><%= t("new_shipping_method") %></h1> <%= render 'shared/error_messages', :target => @shipping_method %> </div> <div data-hook="admin_shipping_method_new_form"> <%= form_for([:admin, @shipping_method]) do |f| %> <%= render :partial => "form", :locals => { :f => f } %> <div data-hook="admin_shipping_method_new_form_buttons"> <%= render :partial => "admin/shared/new_resource_links" %> </div> <% end %> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_core-0.70.0.rc2 | app/views/admin/shipping_methods/new.html.erb |
spree_core-0.70.RC1 | app/views/admin/shipping_methods/new.html.erb |