1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Add status to navbar branding

This commit is contained in:
Brian Goff 2013-09-22 18:37:00 -04:00
parent 23a5803711
commit 1d26d388bd

View file

@ -1,6 +1,9 @@
<div class="navbar-inner">
<div class="container">
<a class="brand" href="<%= root_path %>"><%= Sidekiq::NAME %></a>
<a class="brand" href="<%= root_path %>">
<%= Sidekiq::NAME %>
<%= erb :_status %>
</a>
<ul class="nav">
<% tabs.each do |title, url| %>
<% if url == '' %>