Sha256: 32ce38d897db791252418ffd6fd3118de988783d5e1c7ff4b9522a4de950fa43

Contents?: true

Size: 317 Bytes

Versions: 111

Compression:

Stored size: 317 Bytes

Contents

doctype html
html
  head
    title Simple Benchmark
  body
    h1 = header
    - unless item.empty?
      ul
        - for i in item
          - if i[:current]
            li
              strong = i[:name]
          - else
            li
              a href=i[:url] = i[:name]
    - else
      p The list is empty.

Version data entries

111 entries across 111 versions & 2 rubygems

Version Path
faml-0.2.16 benchmark/view.slim
faml-0.2.15 benchmark/view.slim
faml-0.2.14 benchmark/view.slim
faml-0.2.13 benchmark/view.slim
faml-0.2.12 benchmark/view.slim
faml-0.2.11 benchmark/view.slim
faml-0.2.10 benchmark/view.slim
faml-0.2.9 benchmark/view.slim
faml-0.2.8 benchmark/view.slim
faml-0.2.7 benchmark/view.slim
faml-0.2.6 benchmark/view.slim