app/views/spree/admin/reimbursements/edit.html.erb in spree_backend-3.1.14 vs app/views/spree/admin/reimbursements/edit.html.erb in spree_backend-3.2.0.rc1
- old
+ new
@@ -94,9 +94,9 @@
<%= button_to [:perform, :admin, @order, @reimbursement], { class: 'btn btn-primary', method: 'post' } do %>
<span class="icon icon-save"></span>
<%= Spree.t(:reimburse) %>
<% end %>
<span class="or"><%= Spree.t(:or) %></span>
- <%= button_link_to Spree.t('actions.cancel'), url_for([:edit, :admin, @order, @reimbursement.customer_return]), icon: 'remove-sign' %>
+ <%= button_link_to Spree.t('actions.cancel'), url_for([:admin, @order, @reimbursement.customer_return]), icon: 'remove-sign' %>
<% end %>
</div>
</fieldset>