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:
parent
23a5803711
commit
1d26d388bd
1 changed files with 4 additions and 1 deletions
|
@ -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 == '' %>
|
||||
|
|
Loading…
Add table
Reference in a new issue