Sha256: aea98f210f53f86fc80dee567674c340354ef2e3b71f56a6cb3af09bf8397f80

Contents?: true

Size: 568 Bytes

Versions: 28

Compression:

Stored size: 568 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/orders/summary', order: @order

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
workarea-storefront-3.5.27 app/views/workarea/storefront/orders/show.html.haml
workarea-storefront-3.5.26 app/views/workarea/storefront/orders/show.html.haml
workarea-storefront-3.5.25 app/views/workarea/storefront/orders/show.html.haml
workarea-storefront-3.5.23 app/views/workarea/storefront/orders/show.html.haml
workarea-storefront-3.5.22 app/views/workarea/storefront/orders/show.html.haml
workarea-storefront-3.5.21 app/views/workarea/storefront/orders/show.html.haml
workarea-storefront-3.5.20 app/views/workarea/storefront/orders/show.html.haml
workarea-storefront-3.5.19 app/views/workarea/storefront/orders/show.html.haml
workarea-storefront-3.5.18 app/views/workarea/storefront/orders/show.html.haml
workarea-storefront-3.5.17 app/views/workarea/storefront/orders/show.html.haml
workarea-storefront-3.5.16 app/views/workarea/storefront/orders/show.html.haml
workarea-storefront-3.5.15 app/views/workarea/storefront/orders/show.html.haml
workarea-storefront-3.5.14 app/views/workarea/storefront/orders/show.html.haml
workarea-storefront-3.5.13 app/views/workarea/storefront/orders/show.html.haml
workarea-storefront-3.5.12 app/views/workarea/storefront/orders/show.html.haml
workarea-storefront-3.5.11 app/views/workarea/storefront/orders/show.html.haml
workarea-storefront-3.5.10 app/views/workarea/storefront/orders/show.html.haml
workarea-storefront-3.5.9 app/views/workarea/storefront/orders/show.html.haml
workarea-storefront-3.5.8 app/views/workarea/storefront/orders/show.html.haml
workarea-storefront-3.5.7 app/views/workarea/storefront/orders/show.html.haml