Sha256: fe4c70c1ef50c68c04913fe5d284417e7b7bff6066b328b2e1683e78c797b708

Contents?: true

Size: 313 Bytes

Versions: 2

Compression:

Stored size: 313 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

2 entries across 2 versions & 1 rubygems

Version Path
opulent-1.7.3 benchmarks/view.op
opulent-1.7.2 benchmarks/view.op