Sha256: cd5faedd66cba52e34b2ef261646b18cb2751abf60b3b889ae32328eef2b2b80
Contents?: true
Size: 972 Bytes
Versions: 6
Compression:
Stored size: 972 Bytes
Contents
<%= render :partial => 'spree/admin/shared/order_tabs', :locals => { :current => 'Return Authorizations' } %> <% content_for :page_title do %> <i class="fa fa-arrow-right"></i> <%= Spree.t(:new_return_authorization) %> <% end %> <% content_for :page_actions do %> <li><%= button_link_to Spree.t(:back_to_return_authorizations_list), spree.admin_order_return_authorizations_url, :icon => 'arrow-left' %></li> <% end %> <%= render :partial => 'spree/shared/error_messages', :locals => { :target => @return_authorization } %> <%= form_for [:admin, @order, @return_authorization] do |f| %> <fieldset class="no-border-top"> <%= render :partial => 'form', :locals => { :f => f } %> <div class="form-buttons filter-actions actions" data-hook="buttons"> <%= button Spree.t(:'actions.create'), 'ok' %> <%= button_link_to Spree.t('actions.cancel'), admin_order_return_authorizations_url(@order), :icon => 'remove' %> </div> </fieldset> <% end %>
Version data entries
6 entries across 6 versions & 1 rubygems