Sha256: 20a941124103d56214eecc5676f74c1b57388733308c0587ee7a9e54e48b0fdf

Contents?: true

Size: 678 Bytes

Versions: 1

Compression:

Stored size: 678 Bytes

Contents

.payment_status
  - unless current_account.blank?
    = render partial: 'account/submenu'

  .content
    .operation_status.success_status
      h2 #{ I18n.t(:dear, scope: [:new_order, :popups])} #{current_account.try(:name) || 'user'}
      span = I18n.t(:dear, scope: [:new_order, :popups])}

      = render partial: 'affiliate_terms'

      .operation_status_links
        - if @order.present?
          = link_to I18n.t(:go_project, scope: [:new_order, :popups]), account_order_path(@order.number), class: 'button button_project'
        - 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/affiliate.html.slim