Sha256: 232cc7be2943c69c52e9859eff5788b9533c82979ed855ed5f03a1093a8fa52d

Contents?: true

Size: 604 Bytes

Versions: 1

Compression:

Stored size: 604 Bytes

Contents

tr
  td
    = link_to account_order_path(order.number)
      = t :number, scope: [:account, :order, :text], number: order.number
  td = raw order_urgency(order)
  td = order.service_title
  td
    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
  td = order.state_title
  td
    - unless order.cancel_reason.nil?
      p = order.cancel_reason.title
    / - unless order.reason.blank?
      .table_translator_id
        = order.reason

Version data entries

1 entries across 1 versions & 1 rubygems

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