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

5 lines
118 B
Text
Raw Normal View History

2013-08-21 18:38:52 -04:00
<span class="status">
<i class="status-sprite status-<%= current_status %>"></i>
2013-09-16 15:08:39 -04:00
<%= t(current_status) %>
2013-08-21 18:38:52 -04:00
</span>