mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Fix missing status text
This commit is contained in:
parent
1d26d388bd
commit
7f4766570d
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