Sha256: c1baeab04d5da64369478d99896e8069825ae1e7b7d7871933560234521f4e78
Contents?: true
Size: 620 Bytes
Versions: 6
Compression:
Stored size: 620 Bytes
Contents
<%= render :partial => 'spree/admin/shared/order_tabs', :locals => { :current => 'Return Authorizations' } %> <% content_for :page_title do %> <%= t(:new_return_authorization) %> <% end %> <%= render :partial => 'spree/shared/error_messages', :locals => { :target => @return_authorization } %> <%= form_for [:admin, @order, @return_authorization] do |f| %> <%= render :partial => 'form', :locals => { :f => f } %> <div class="form-buttons" data-hook="buttons"> <%= button t(:continue) %> <%= t(:or) %> <%= link_to t('actions.cancel'), admin_order_return_authorizations_url(@order) %> </div> <% end %>
Version data entries
6 entries across 6 versions & 2 rubygems