Sha256: ff9e1d35f73c2a969e0a5eb5ff2b60ff1340c5870825d81988f92bc2e2d43d48

Contents?: true

Size: 349 Bytes

Versions: 2

Compression:

Stored size: 349 Bytes

Contents

%h1
  Enqueued
%p.sub
  The list below contains all jobs currently in the delayed_job queue.
%p.sub
  = "Showing #{start} to #{start + per_page} of #{@all_jobs.count} enqueued 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/enqueued.haml
delayed_job_web-1.0.0 lib/delayed_job_web/application/views/enqueued.haml