Sha256: d56cc9bd560bc541361d4680bee3f8bbe6c7712076743aba328b5d0a8659299c

Contents?: true

Size: 284 Bytes

Versions: 2

Compression:

Stored size: 284 Bytes

Contents

<%= error_messages_for :shipment %>
<h1><%= t("Shipment") %></h1>
<% form_for(:shipment, :url => object_url, :html => { :method => :put }) do |f| %>
  <%= render :partial => "form", :locals => { :f => f } %>
  <div align="right">
    <%= submit_tag t('Continue') %>
  </div>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spree-0.5.0 vendor/extensions/shipping/app/views/shipments/edit.html.erb
spree-0.5.1 vendor/extensions/shipping/app/views/shipments/edit.html.erb