%= render 'spree/admin/shared/settings_checkout_tabs' %>
<% content_for :page_title do %>
<%= Spree.t(:editing_refund_reason) %>
<% end %>
<% content_for :page_actions do %>
<%= link_to_with_icon 'arrow-left', Spree.t(:back_to_refund_reason_list), collection_url, :class => 'button' %>
<% end %>
<%= render :partial => 'spree/shared/error_messages', :locals => { :target => @object } %>
<%= form_for [:admin, @refund_reason] do |f| %>
<% end %>