Sha256: 9f136d27bca555693b3b318c7e37fe5365db695c47543faac290333c517d119e

Contents?: true

Size: 729 Bytes

Versions: 2

Compression:

Stored size: 729 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.brand href='#{{root_path}}'
            | Sidekiq
          ul.nav
            li
              a href='#{{root_path}}' Home
            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.0.1 web/views/layout.slim
sidekiq-2.0.0 web/views/layout.slim