Sha256: da28eb629764eec9ccb0bc62819608ba30b602e6c2e7bab6e6541c70785addca
Contents?: true
Size: 540 Bytes
Versions: 2
Compression:
Stored size: 540 Bytes
Contents
<%= render :partial => 'admin/shared/order_tabs', :locals => {:current => "Return Authorizations"} %> <h2><%= t("new_return_authorization")%></h2> <%= render "shared/error_messages", :target => @return_authorization %> <%= form_for([:admin, @order, @return_authorization]) 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_return_authorizations_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/return_authorizations/new.html.erb |
spree_core-0.70.RC1 | app/views/admin/return_authorizations/new.html.erb |