Sha256: d827439b0c1110300e1671c58e7b74ef1d00057dd1947b7bd94b1cbd017446c8
Contents?: true
Size: 568 Bytes
Versions: 4
Compression:
Stored size: 568 Bytes
Contents
h3 = t('Queues') table class="queues table table-hover table-bordered table-striped table-white" thead th = t('Queue') th = t('Size') th = t('Actions') - @queues.each do |queue| tr td a href="#{root_path}queues/#{queue.name}" #{queue.name} td= number_with_delimiter(queue.size) td width="20%" form action="#{root_path}queues/#{queue.name}" method="post" input.btn.btn-danger.btn-small type="submit" name="delete" value="#{t('Delete')}" data-confirm="#{t('AreYouSureDeleteQueue', :queue => queue.name)}"
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
sidekiq-2.13.1 | web/views/queues.slim |
sidekiq-2.13.0 | web/views/queues.slim |
sidekiq-2.12.4 | web/views/queues.slim |
sidekiq-2.12.3 | web/views/queues.slim |