Sha256: bce38d30b85a7c6347090632c2991dd4c83092bfdf6ae13afb9d17ef51992919

Contents?: true

Size: 646 Bytes

Versions: 34

Compression:

Stored size: 646 Bytes

Contents

- @title = @order.id

- content_for :breadcrumbs do
  %p.breadcrumbs__node-group
    %span.breadcrumbs__node{ itemprop: 'breadcrumb' }
      = link_to t('workarea.storefront.layouts.home'), root_path, rel: 'home', class: 'breadcrumbs__link'
    %span.breadcrumbs__node{ itemprop: 'breadcrumb' }
      = link_to t('workarea.storefront.orders.order_status'), check_orders_path, class: 'breadcrumbs__link'
    %span.breadcrumbs__node{ itemprop: 'breadcrumb' }
      %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

34 entries across 34 versions & 1 rubygems

Version Path
workarea-storefront-3.4.25 app/views/workarea/storefront/orders/show.html.haml
workarea-storefront-3.4.24 app/views/workarea/storefront/orders/show.html.haml
workarea-storefront-3.4.23 app/views/workarea/storefront/orders/show.html.haml
workarea-storefront-3.4.22 app/views/workarea/storefront/orders/show.html.haml
workarea-storefront-3.4.21 app/views/workarea/storefront/orders/show.html.haml
workarea-storefront-3.4.20 app/views/workarea/storefront/orders/show.html.haml
workarea-storefront-3.4.19 app/views/workarea/storefront/orders/show.html.haml
workarea-storefront-3.4.18 app/views/workarea/storefront/orders/show.html.haml
workarea-storefront-3.4.17 app/views/workarea/storefront/orders/show.html.haml
workarea-storefront-3.4.16 app/views/workarea/storefront/orders/show.html.haml
workarea-storefront-3.4.15 app/views/workarea/storefront/orders/show.html.haml
workarea-storefront-3.4.14 app/views/workarea/storefront/orders/show.html.haml
workarea-storefront-3.4.13 app/views/workarea/storefront/orders/show.html.haml
workarea-storefront-3.4.12 app/views/workarea/storefront/orders/show.html.haml