Sha256: 36b428fdd79fc6f2ad98c5c4f8759f50b3e63137037405f650a0619060779e37
Contents?: true
Size: 815 Bytes
Versions: 28
Compression:
Stored size: 815 Bytes
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 %h1.visually-hidden= t('workarea.storefront.orders.view_order') = append_partials('storefront.order_show') = render 'workarea/storefront/orders/summary', order: @order
Version data entries
28 entries across 28 versions & 1 rubygems