Sha256: d16c133f2df4f3ea8044b1f6224a8df455b8355fa8922cea3dc8d4274737dcb5
Contents?: true
Size: 555 Bytes
Versions: 2
Compression:
Stored size: 555 Bytes
Contents
<%= render :partial => 'admin/shared/order_tabs', :locals => {:current => "Adjustments"} %> <h2><%= t("adjustment")%></h2> <%= render "shared/error_messages", :target => @adjustment %> <%= form_for(@adjustment, :url => admin_order_adjustment_path(@order, @adjustment), :html => { :method => :put}) do |f| %> <%= render :partial => "form", :locals => {:f => f} %> <p class="form-buttons" data-hook="buttons"> <%= button t('continue') %> <%= t("or") %> <%= link_to t("actions.cancel"), admin_order_adjustments_url(@order) %> </p> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_core-0.70.0.rc2 | app/views/admin/adjustments/edit.html.erb |
spree_core-0.70.RC1 | app/views/admin/adjustments/edit.html.erb |