Sha256: 1842d6f8e034e97f3218d24f93c9ad6aa138d4db4a655ce6ac74765fe32325be
Contents?: true
Size: 701 Bytes
Versions: 1
Compression:
Stored size: 701 Bytes
Contents
<%= form_for [:admin, @product, @product_package], :html => { :multipart => true } do |f| %> <fieldset data-hook="edit_product_package"> <legend align="center"><%= Spree.t(:edit_package) %></legend> <%= render :partial => 'form', :locals => { :f => f } %> <div class="form-buttons filter-actions actions" data-hook="buttons"> <%= button Spree.t(:update), 'icon-refresh' %> <span class="or"><%= t(:or) %></span> <%= link_to_with_icon 'icon-remove', Spree.t(:cancel), admin_product_product_packages_url(@product), :id => 'cancel_link', :class => 'button' %> </div> </fieldset> <% end %> <%= javascript_include_tag 'admin/product_packages/edit.js' %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
solidus_active_shipping-1.0.0 | app/views/spree/admin/product_packages/edit.html.erb |