Sha256: 83a47b73969972c374283b8d927c5366b7e676fde54701f6fba56a932312ba83
Contents?: true
Size: 816 Bytes
Versions: 12
Compression:
Stored size: 816 Bytes
Contents
h1 Scheduled Jobs - if @scheduled.size > 0 == slim :_paging, :locals => { :url => "#{root_path}scheduled" } form action="#{root_path}scheduled" method="post" table class="table table-striped table-bordered" tr th input type="checkbox" class="check_all" th When th Queue th Worker th Args - @scheduled.each do |(msg, score)| tr td input type='checkbox' name='score[]' value='#{score}' td== relative_time(Time.at(score)) td a href="#{root_path}queues/#{msg['queue']}" #{msg['queue']} td= msg['class'] td= display_args(msg['args']) input.btn.btn-danger type="submit" name="delete" value="Delete" - else p No scheduled jobs found. a href="#{root_path}" Back
Version data entries
12 entries across 12 versions & 2 rubygems