Sha256: 09da3f8d32af07c53a7675dc1955ced49a253ef331c0d2b82aaa364bc271314f

Contents?: true

Size: 499 Bytes

Versions: 9

Compression:

Stored size: 499 Bytes

Contents

<%= render :partial => 'admin/shared/order_tabs', :locals => {:current => "Return Authorizations"} %>

<h2><%= t("new_return_authorization")%></h2>

<%=error_messages_for :return_authorization %>
<% form_for @return_authorization, :url => collection_url do |f| %>
  <%= render :partial => "form", :locals => {:f => f} %>

  <p class="form-buttons">
    <%= button t('continue') %>
    <%= t("or") %> <%= link_to t("actions.cancel"), admin_order_return_authorizations_url(@order) %>
  </p>
<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
spree-0.11.4 vendor/extensions/theme_default/app/views/admin/return_authorizations/new.html.erb
spree-0.11.3 vendor/extensions/theme_default/app/views/admin/return_authorizations/new.html.erb
spree-0.11.2 vendor/extensions/theme_default/app/views/admin/return_authorizations/new.html.erb
spree-0.11.1 vendor/extensions/theme_default/app/views/admin/return_authorizations/new.html.erb
spree-0.11.0 vendor/extensions/theme_default/app/views/admin/return_authorizations/new.html.erb
spree-0.10.2 vendor/extensions/theme_default/app/views/admin/return_authorizations/new.html.erb
spree-0.10.1 vendor/extensions/theme_default/app/views/admin/return_authorizations/new.html.erb
spree-0.10.0 vendor/extensions/theme_default/app/views/admin/return_authorizations/new.html.erb
spree-0.10.0.beta vendor/extensions/theme_default/app/views/admin/return_authorizations/new.html.erb