Sha256: fee4a29a24e281b8c1f638bcf74630a23939932efb12c7962be3b767326bf5c1
Contents?: true
Size: 952 Bytes
Versions: 14
Compression:
Stored size: 952 Bytes
Contents
header.row .span5 h3 Scheduled Jobs .span4 - if @scheduled.size > 0 == slim :_paging, :locals => { :url => "#{root_path}scheduled" } - if @scheduled.size > 0 form action="#{root_path}scheduled" method="post" table class="table table-striped table-bordered table-white" thead th width="20px" input type="checkbox" class="check_all" th width="25%" When th width="10%" Queue th Worker th Args - @scheduled.each do |msg, score| tr td input type='checkbox' name='key[]' value='#{job_params(msg, 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.pull-right type="submit" name="delete" value="Delete" - else .alert.alert-success No scheduled jobs were found
Version data entries
14 entries across 14 versions & 1 rubygems