Sha256: 6b6e2eef707dd65841095bbddbcd0bd61aecaa212b246ff5e8f678d6c5ffe868
Contents?: true
Size: 324 Bytes
Versions: 19
Compression:
Stored size: 324 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
Version data entries
19 entries across 19 versions & 5 rubygems