<%= link_to t('spree.back_to_store'), spree.root_path, class: "button" %> <% unless order_just_completed?(@order) %> <% if try_spree_current_user && respond_to?(:account_path) %> <%= link_to t('spree.my_account'), spree.account_path, class: "button" %> <% end %> <% end %>