mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Add back text status, fixes #1182
This commit is contained in:
parent
3a6d396f13
commit
9d624a98da
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<span class="status">
|
||||
<i class="status-sprite status-<%= current_status %>"></i>
|
||||
<% t(current_status) %>
|
||||
<%= t(current_status) %>
|
||||
</span>
|
||||
|
|
Loading…
Add table
Reference in a new issue