Sha256: d5dca5633429fac03768882489c281603e7f6d8d9572defc1138051f0b17da5a

Contents?: true

Size: 385 Bytes

Versions: 24

Compression:

Stored size: 385 Bytes

Contents

%ul#product-list
  - @products.each do |p|
    %li{:class => cycle('', '', '', 'last', :name => "class")}
      - if p.featured
        FEATURED
      = link_to image_tag(first_image(p)), product_path(p)
      = link_to p.title, product_path(p)
      %br/
      %small
        = "(#{number_to_currency(p.price)})"
    = cycle('', '', '', '<li class="spacer"></li>', :name => "spacer")

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
forge-cli-0.1.10 lib/forge/app/views/products/index.html.haml
forge-cli-0.1.9 lib/forge/app/views/products/index.html.haml
forge-cli-0.1.8 lib/forge/app/views/products/index.html.haml
forge-cli-0.1.7 lib/forge/app/views/products/index.html.haml
forge-cli-0.1.6 lib/forge/app/views/products/index.html.haml
forge-cli-0.1.5 lib/forge/app/views/products/index.html.haml
forge-cli-0.1.4 lib/forge/app/views/products/index.html.haml
forge-cli-0.1.3 lib/forge/app/views/products/index.html.haml
forge-cli-0.1.2 lib/forge/app/views/products/index.html.haml
forge-cli-0.1.1 lib/forge/app/views/products/index.html.haml
forge-cli-0.1.0 lib/forge/app/views/products/index.html.haml
forge-cli-0.0.18 lib/forge/app/views/products/index.html.haml
forge-cli-0.0.17 lib/forge/app/views/products/index.html.haml
forge-cli-0.0.16 lib/forge/app/views/products/index.html.haml
forge-cli-0.0.15 lib/forge/app/views/products/index.html.haml
forge-cli-0.0.14 lib/forge/app/views/products/index.html.haml
forge-cli-0.0.13 lib/forge/app/views/products/index.html.haml
forge-cli-0.0.12 lib/forge/app/views/products/index.html.haml
forge-cli-0.0.11 lib/forge/app/views/products/index.html.haml
forge-cli-0.0.10 lib/forge/app/views/products/index.html.haml