Sha256: d2d11deffceaca209f452bfe1fce916bf2ba9ec9afe9bc5a8f29b1dccf1d4afd

Contents?: true

Size: 1008 Bytes

Versions: 2

Compression:

Stored size: 1008 Bytes

Contents

doctype html
html
  head
    link href='#{{root_path}}assets/application.css' media='screen' rel='stylesheet' type='text/css'
    title Sidekiq
  body
    .navbar.navbar-fixed-top
      .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
          div.nav-collapse  
            ul.nav
              li
                a href='#{{root_path}}' Home
              li
                a href='#{{root_path}}queues' Queues
              li
                a href='#{{root_path}}retries' Retries
              li
                a href='#{{root_path}}scheduled' Scheduled
            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

2 entries across 2 versions & 1 rubygems

Version Path
sidekiq-2.1.0 web/views/layout.slim
sidekiq-2.0.3 web/views/layout.slim