Sha256: 17005e91635321da2a66b878d89c8d4a9655e069ca2ab30953f1dd86e020dd2d

Contents?: true

Size: 631 Bytes

Versions: 1

Compression:

Stored size: 631 Bytes

Contents

doctype html
html
  head
    link href='#{{root_path}}assets/application.css' media='screen' rel='stylesheet' type='text/css'
    script type="text/javascript" src="#{{root_path}}assets/application.js"
    title RReDis
  body
    .navbar.navbar-fixed-top
      .navbar-inner
        .container
          a.brand href='#{{root_path}}'
            | RReDis
          ul.nav
            li
              select id="metrics"
                - @metrics.each do |metric|
                  option name="#{metric}"
                    == metric
          ul.nav.pull-right
            li
            li

    .container
      == yield

    

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rredis-0.1.0 lib/rredis/web/views/layout.slim