1
0
Fork 0
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:
Brandon Hilkert 2012-12-06 11:52:41 -05:00
parent fb4c73a95d
commit a6256bff6b

View file

@ -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