mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
fix tabs/spaces for real
This commit is contained in:
parent
d2674288f6
commit
c2b260dfda
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@
|
|||
<span class="label label-info"><%= label %></span>
|
||||
<% end %>
|
||||
<% if process.stopping? %>
|
||||
<span class="label label-danger">Quiet</span>
|
||||
<% end %>
|
||||
<span class="label label-danger">Quiet</span>
|
||||
<% end %>
|
||||
<br>
|
||||
<b><%= "#{t('Queues')}: " %></b>
|
||||
<%= process['queues'] * ", " %>
|
||||
|
|
Loading…
Add table
Reference in a new issue