Sha256: 31b2f71316d42c6b0123adab5d032d67652493d652e593a164020234d114ff29
Contents?: true
Size: 324 Bytes
Versions: 6
Compression:
Stored size: 324 Bytes
Contents
%h1 Pending %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
6 entries across 6 versions & 2 rubygems