Sha256: a27eed458c73039b7b75b9418143e769669eea5aeff49d2837767e47b5278012

Contents?: true

Size: 1.16 KB

Versions: 2

Compression:

Stored size: 1.16 KB

Contents

- @title = "#{t('workarea.storefront.orders.order')} #{@order.id}"

- content_for :breadcrumbs do
  %p.breadcrumbs__node-group
    %span.breadcrumbs__node
      = link_to t('workarea.storefront.layouts.home'), root_path, rel: 'home', class: 'breadcrumbs__link'
    %span.breadcrumbs__node
      = link_to t('workarea.storefront.users.account'), users_account_path, class: 'breadcrumbs__link'
    %span.breadcrumbs__node
      = link_to t('workarea.storefront.users.order_history'), users_orders_path, class: 'breadcrumbs__link'
    %span.breadcrumbs__node
      %span.breadcrumbs__text= t('workarea.storefront.users.order_details')

.view
  .grid
    .grid__cell.grid__cell--50-at-medium
      %h1 #{t('workarea.storefront.orders.order')} #{@order.id}

    .grid__cell.grid__cell--50-at-medium
      %table.table
        %tbody
          %tr
            %th= t('workarea.storefront.orders.placed_at')
            %td= local_time(@order.placed_at, :short_date_at_time)
          %tr
            %th= t('workarea.storefront.orders.status')
            %td= @order.fulfillment_status

  = append_partials('storefront.order_show')

  = render 'workarea/storefront/orders/summary', order: @order

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
workarea-one_theme-1.3.1 app/views/workarea/storefront/users/orders/show.html.haml
workarea-one_theme-1.3.0 app/views/workarea/storefront/users/orders/show.html.haml