Sha256: 67a54fe2bfd4aef9daea0a0656f1abe1eae97d0622c1a9cb4feeff9d977b6172
Contents?: true
Size: 516 Bytes
Versions: 14
Compression:
Stored size: 516 Bytes
Contents
h3 Queues table class="queues table table-hover table-bordered table-striped table-white" thead th Queue th Size th 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="Delete" data-confirm="Are you sure you want to delete the #{queue} queue?"
Version data entries
14 entries across 14 versions & 1 rubygems