Sha256: f03f4144a2afd8f7b5ad87fa1e3bb974c72901ef187c91008a852e600f6704e4
Contents?: true
Size: 580 Bytes
Versions: 28
Compression:
Stored size: 580 Bytes
Contents
<%= render :partial => 'spree/admin/shared/order_tabs', :locals => { :current => 'Return Authorizations' } %> <h2><%= t(:new_return_authorization) %></h2> <%= render :partial => 'spree/shared/error_messages', :locals => { :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
28 entries across 28 versions & 1 rubygems