Sha256: ece5f081df0be3df7337f8d1255789cf80378a8cdd1c6744d97870f08981125c

Contents?: true

Size: 1.32 KB

Versions: 1

Compression:

Stored size: 1.32 KB

Contents

tr
  td
    = link_to account_order_path(order.number)
      = t :number, scope: [:account, :order, :text], number: order.number
    - if order.notification
      .notification
        span
        = order.notification.title

  td = raw order_urgency(order)
  td = order.service_title
  td = order.target_title
  td
    - unless order.total_cost.blank?
      p
        => t(:cost, scope: [:account, :order, :label])
        strong = satellite_price order.total_cost
      .table_number_words
        = t :words_count, scope: [:account, :order, :text]
        i = order.total_words_count
    - else
      p
        => t(:cost, scope: [:account, :order, :label])
        strong = t :cost_not_available, scope: [:account, :order, :text]
  td
    - if order.not_paid?
      .table_payment
        i => raw t(:not_pay, scope: [:account, :order, :text])
        = link_to t(:pay_now, scope: [:account, :order, :button]), payments_transaction_path(order.waiting_payment_token), class: 'button'

    - else
      p class="#{order_state_css(order)}"
        = order.state_title
      - unless order.confirmed_writer_id.blank?
        .table_translator_id
          = t :translator_id, scope: [:account, :order, :text]
          = link_to_if feature_enabled?(:writer_preview), "##{order.confirmed_writer_id}", account_writer_path(id: order.confirmed_writer_id)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
translation_cms-0.1.5 app/views/account/orders/index_parts/_processing_record.html.slim