mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
10 lines
272 B
Text
10 lines
272 B
Text
.row.header
|
|
.span7
|
|
h3 = t('Workers')
|
|
|
|
== slim :_workers
|
|
- if workers.size > 0
|
|
.row
|
|
.span2.pull-right
|
|
form action="#{root_path}reset" method="post"
|
|
button.btn.btn-primary.btn-block type="submit" title="#{t('Kill9Warning')}" = t('ClearWorkerList')
|