Sha256: a6802b71ee7eb95095c7d61e84cf0d6452c37018cb21e1ec35c56615d8688077

Contents?: true

Size: 476 Bytes

Versions: 1

Compression:

Stored size: 476 Bytes

Contents

%section.container
  .row
    .col-sm-12
      = render 'gemgento/user/shared/user_header'
      = render 'gemgento/shared/flash_messages'

  .row
    .col-sm-12
      - if @wishlist_items.count > 0

        = pluralize(@wishlist_items.count, 'item').upcase

        - @wishlist_items.each_with_index do |item, i|

          %h3= item.product.name

      - else
        .row
          .col-sm-12
            %p Your have wishlits items, why not #{link_to "add some", "/shop"}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gemgento-2.8.0 app/views/gemgento/user/wishlist_items/index.html.haml