Sha256: 54df908a208b95b88b7b822f7d86ab52ebf925df75caee493d25f5b0a3fb9df7
Contents?: true
Size: 807 Bytes
Versions: 34
Compression:
Stored size: 807 Bytes
Contents
- @title = t('workarea.storefront.users.order_history') - 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.users.account'), users_account_path, class: 'breadcrumbs__link' %span.breadcrumbs__node{ itemprop: 'breadcrumb' } %span.breadcrumbs__text= t('workarea.storefront.users.order_history') .view %h1= t('workarea.storefront.users.order_history') - if @orders.empty? %p= t('workarea.storefront.users.no_orders') - else - @orders.each do |order| = render 'workarea/storefront/users/orders/summary', order: order
Version data entries
34 entries across 34 versions & 1 rubygems