Sha256: 651e08321e123e522c3b28da234fb016213397aab3b712818479c5b8681b4e00

Contents?: true

Size: 185 Bytes

Versions: 5

Compression:

Stored size: 185 Bytes

Contents

.inner-content
  .cart-step-content
    - if @items.empty?
      = t(:page_not_found)
    - else
      %ul  
        - @items.each do |item|
          %li= link_to item.title, item.url

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
forgeos_cms_front-1.9.0 app/views/search/index.html.haml
forgeos_cms-1.9.4 app/views/search/index.html.haml
forgeos_cms-1.9.2 app/views/search/index.html.haml
forgeos_cms-1.9.1 app/views/search/index.html.haml
forgeos_cms-1.9.0 app/views/search/index.html.haml