Sha256: fe657ea57f44fc5ded91eafbe91b71363410e34eadceeb4db1a63f24f495f2b3
Contents?: true
Size: 734 Bytes
Versions: 38
Compression:
Stored size: 734 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.svg' %> <span class="or"><%= Spree.t(:or) %></span> <%= button_link_to Spree.t('actions.cancel'), spree.admin_order_return_authorizations_url(@order), icon: 'cancel.svg' %> </div> </fieldset> <% end %>
Version data entries
38 entries across 38 versions & 1 rubygems