Sha256: 261e933ee0cdcf321c8051d88d23635051b7107cd2f85550ea785afdb5e8cad4
Contents?: true
Size: 751 Bytes
Versions: 1
Compression:
Stored size: 751 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'), admin_order_return_authorizations_url(@order), :icon => 'delete' %> </div> </fieldset> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree_backend-3.0.0.rc1 | app/views/spree/admin/return_authorizations/new.html.erb |