Sha256: 4a9edd71f583a803a050f757580cdc6289d78efbccd12211513882b3560e1330

Contents?: true

Size: 575 Bytes

Versions: 4

Compression:

Stored size: 575 Bytes

Contents

- @title = @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.orders.order_status'), check_orders_path, class: 'breadcrumbs__link'
    %span.breadcrumbs__node
      %span.breadcrumbs__text #{t('workarea.storefront.orders.order')} #{@order.id}

.view

  %h1.visually-hidden= @order.id

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
workarea-legacy_orders-2.0.3 app/views/workarea/storefront/legacy_orders/show.html.haml
workarea-legacy_orders-2.0.2 app/views/workarea/storefront/legacy_orders/show.html.haml
workarea-legacy_orders-2.0.1 app/views/workarea/storefront/legacy_orders/show.html.haml
workarea-legacy_orders-2.0.0 app/views/workarea/storefront/legacy_orders/show.html.haml