Sha256: 9db49a46fd815b5cb1ec53e4223728a0c5a8a26e13f5558d3eca962c8669673c
Contents?: true
Size: 331 Bytes
Versions: 2
Compression:
Stored size: 331 Bytes
Contents
%h1 Working %p.sub The list below contains jobs currently being processed. %p.sub= "Showing #{start} to #{start + per_page} of #{@all_jobs.count} working 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/working.haml |
delayed_job_web-1.0.0 | lib/delayed_job_web/application/views/working.haml |