mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
21 lines
541 B
Text
21 lines
541 B
Text
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 class='brand' href='#{{root_path}}'
|
|
| Sidekiq
|
|
ul class='nav'
|
|
li
|
|
a href='#{{root_path}}' Home
|
|
li.pull-right
|
|
a Redis: #{location}
|
|
|
|
.container
|
|
== yield
|
|
|
|
script type="text/javascript" src="#{{root_path}}assets/application.js"
|