app/views/workarea/storefront/checkouts/confirmation.html.haml in workarea-storefront-3.4.16 vs app/views/workarea/storefront/checkouts/confirmation.html.haml in workarea-storefront-3.4.17

- old
+ new

@@ -6,9 +6,10 @@ - if @content.content_blocks_for('confirmation').present? = render_content_blocks(@content.content_blocks_for('confirmation')) %p= t('workarea.storefront.checkouts.confirmation_text', email: @order.email) + = append_partials('storefront.checkout_confirmation_text') - if @order.user.present? %p= link_to t('workarea.storefront.checkouts.go_to_account'), users_account_path, class: 'button'