Sha256: 84215e945d1b53e27ecfc742a9c1798449e0663f8868726cab1dac0499946961
Contents?: true
Size: 548 Bytes
Versions: 9
Compression:
Stored size: 548 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, size| tr td a href="#{root_path}queues/#{queue}" #{queue} td= number_with_delimiter(size) td width="20%" form action="#{root_path}queues/#{queue}" method="post" input.btn.btn-danger.btn-small type="submit" name="delete" value="#{t('Delete')}" data-confirm="#{t('AreYouSureDeleteQueue', :queue => queue)}"
Version data entries
9 entries across 9 versions & 2 rubygems