Sha256: 2d06070e19ef8975c4189498777c570683dce70f1471fe3c0fe0a796f5726566
Contents?: true
Size: 860 Bytes
Versions: 1
Compression:
Stored size: 860 Bytes
Contents
.payment_status - unless current_account.blank? = render partial: 'account/submenu' .content .operation_status.procced_status h2 #{ I18n.t(:dear, scope: [:new_order, :popups])} #{current_account.try(:profile).try(:name) || 'user'} strong = I18n.t(:proceed_payment, scope: [:new_order, :popups]) = render partial: 'fail_terms' .operation_status_links - if @payment.present? = link_to I18n.t(:go_project, scope: [:new_order, :popups]), account_order_path(@payment.order.number), class: 'button button_project' = link_to I18n.t(:submit, scope: [:payments, :button]), payments_transaction_path(id: @payment.public_token), class: 'button button_proceed' - else = link_to I18n.t(:projects_page, scope: [:new_order, :popups]), account_dashboard_path, class: 'button button_project'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
translation_cms-0.1.5 | app/views/payments/integrations/fail.html.slim |