Sha256: bfff6311879006d7a2291639e49ad057c17f63737f5316df337c0556025855d5

Contents?: true

Size: 470 Bytes

Versions: 2

Compression:

Stored size: 470 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
= poll

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
delayed_job_web-1.0.1 lib/delayed_job_web/application/views/pending.haml
delayed_job_web-1.0.0 lib/delayed_job_web/application/views/pending.haml