diff --git a/app/views/spree/admin/adjustments/index.html.haml b/app/views/spree/admin/adjustments/index.html.haml index f599a16cb2..7268441e1e 100644 --- a/app/views/spree/admin/adjustments/index.html.haml +++ b/app/views/spree/admin/adjustments/index.html.haml @@ -10,4 +10,4 @@ = render :partial => 'adjustments_table' -= button_link_to t(:continue), @order.cart? ? new_admin_order_payment_url(@order) : admin_orders_url, :icon => 'icon-arrow-right' += button_link_to t(:continue), admin_order_payments_url(@order), :icon => 'icon-arrow-right'