mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Allow footer to display when nav bar collapsed.
This commit is contained in:
parent
fb4c73a95d
commit
a6256bff6b
1 changed files with 7 additions and 8 deletions
|
@ -15,14 +15,13 @@ html
|
|||
.navbar.navbar-fixed-bottom.navbar-inverse
|
||||
.navbar-inner
|
||||
.container
|
||||
.nav-collapse
|
||||
ul.nav
|
||||
li
|
||||
p.navbar-text style="color:white;" Sidekiq v#{Sidekiq::VERSION}
|
||||
li
|
||||
p.navbar-text Redis: #{location}
|
||||
li
|
||||
p.navbar-text Time: #{Time.now.utc.strftime('%H:%M:%S UTC')}
|
||||
ul.nav
|
||||
li
|
||||
p.navbar-text style="color:white;" Sidekiq v#{Sidekiq::VERSION}
|
||||
li
|
||||
p.navbar-text Redis: #{location}
|
||||
li
|
||||
p.navbar-text Time: #{Time.now.utc.strftime('%H:%M:%S UTC')}
|
||||
|
||||
#page
|
||||
.container
|
||||
|
|
Loading…
Add table
Reference in a new issue