Sha256: ec25e0eb8e4a506bace5c8e1b48f26c024708ce7334f6e534f30447304658621
Contents?: true
Size: 726 Bytes
Versions: 128
Compression:
Stored size: 726 Bytes
Contents
<%= render partial: 'spree/admin/shared/order_tabs', locals: { current: :return_authorizations } %> <% content_for :page_title do %> / <%= Spree.t(:new_return_authorization) %> <% end %> <%= render partial: 'spree/admin/shared/error_messages', locals: { target: @return_authorization } %> <%= form_for [:admin, @order, @return_authorization] do |f| %> <fieldset> <%= render partial: 'form', locals: { f: f } %> <div class="form-actions" data-hook="buttons"> <%= button Spree.t(:create), 'save' %> <span class="or"><%= Spree.t(:or) %></span> <%= button_link_to Spree.t('actions.cancel'), spree.admin_order_return_authorizations_url(@order), icon: 'delete' %> </div> </fieldset> <% end %>
Version data entries
128 entries across 128 versions & 2 rubygems