Sha256: 723198a39d84fbfb8fb9e335b70948a200f933c1ef374bac564d9cc34a8d6495

Contents?: true

Size: 729 Bytes

Versions: 28

Compression:

Stored size: 729 Bytes

Contents

- @title = t('workarea.storefront.users.order_history')

- 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
      %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

28 entries across 28 versions & 1 rubygems

Version Path
workarea-storefront-3.5.6 app/views/workarea/storefront/users/orders/index.html.haml
workarea-storefront-3.5.5 app/views/workarea/storefront/users/orders/index.html.haml
workarea-storefront-3.5.4 app/views/workarea/storefront/users/orders/index.html.haml
workarea-storefront-3.5.3 app/views/workarea/storefront/users/orders/index.html.haml
workarea-storefront-3.5.2 app/views/workarea/storefront/users/orders/index.html.haml
workarea-storefront-3.5.1 app/views/workarea/storefront/users/orders/index.html.haml
workarea-storefront-3.5.0 app/views/workarea/storefront/users/orders/index.html.haml
workarea-storefront-3.5.0.beta.1 app/views/workarea/storefront/users/orders/index.html.haml