Sha256: d97b2c9ff10db8ba04193071d7d42b2855fb85ea4bd2e897c63f35df8512199e

Contents?: true

Size: 180 Bytes

Versions: 7

Compression:

Stored size: 180 Bytes

Contents

%h1= header
- item.each do |i|
  %ul
    - if i[:current]
      %li= i[:name]
    - else
      %li
        %a{:href => i[:url]}= i[:name]
- if item.empty?
  %p= The list is empty.

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mustache-0.5.1 benchmarks/complex.haml
mustache-0.5.0 benchmarks/complex.haml
mustache-0.4.2 benchmarks/complex.haml
mustache-0.4.1 benchmarks/complex.haml
mustache-0.4.0 benchmarks/complex.haml
mustache-0.3.2 benchmarks/complex.haml
mustache-0.3.1 benchmarks/complex.haml