Sha256: ca71e114687f552694150bd34a3d357a788eb277fd31e97503cec8064351551a
Contents?: true
Size: 463 Bytes
Versions: 12
Compression:
Stored size: 463 Bytes
Contents
%h1 Pending - if @jobs.any? %form{:method => 'POST', :action => u('requeue/all')} %input{:type => 'submit', :value => 'Enqueue All Immediately'} %p.sub The list below contains jobs currently being processed. %p.sub= "Showing #{start} to #{start + per_page} of #{@all_jobs.count} pending jobs." %ul.job - @jobs.each do |job| = partial :job, {:job => job} = partial :next_more, :start => start, :total_size => @all_jobs.count, :per_page => per_page
Version data entries
12 entries across 12 versions & 3 rubygems