Sha256: a72be6bb0c2d567c0b9ac5ee428acc4e7cfc490caa36a8794fd07362ffb32fc4

Contents?: true

Size: 938 Bytes

Versions: 4

Compression:

Stored size: 938 Bytes

Contents

doctype html
html
  head
    link href='#{{root_path}}assets/application.css' media='screen' rel='stylesheet' type='text/css'
    title= Sidekiq::NAME
  body
    .navbar.navbar-fixed-top.navbar-inverse
      .navbar-inner
        .container
          a.btn.btn-navbar data-toggle="collapse" data-target=".nav-collapse"
            span.icon-bar
            span.icon-bar
            span.icon-bar
          a.brand href='#{{root_path}}'
            = Sidekiq::NAME
          div.nav-collapse
            ul.nav
              li
                a href='#{{root_path}}' Home
              - tabs.each do |tab|
                li
                  a href='#{{root_path}}#{{tab.downcase}}': #{tab}

            ul.nav.pull-right
              li
                a Redis: #{location}
              li
                a #{Time.now.utc}

    .container
      == yield

    script type="text/javascript" src="#{{root_path}}assets/application.js"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sidekiq-2.4.0 web/views/layout.slim
sidekiq-2.3.3 web/views/layout.slim
sidekiq-2.3.2 web/views/layout.slim
sidekiq-2.3.1 web/views/layout.slim