Sha256: 6765b89cbf465ade5febba9e0d778e6f1e9d21f96bbd755d8a3d03b258ecae14

Contents?: true

Size: 543 Bytes

Versions: 4

Compression:

Stored size: 543 Bytes

Contents

<h2 class="sub-header">Processing</h2>
<p class="text-info">
  The list below shows an overview of the jobs that are currently being processed.
</p>
<p class="sub">
  The list below contains jobs currently being processed.
</p>
<p class="sub">
  <%= "Showing #{start} to #{start + per_page} of #{@all_jobs.count} working jobs." %>
</p>
<ul class="list-group">
  <% @jobs.each do |job| %>
    <%= partial :job, {:job => job} %>
  <% end %>
</ul>
<%= partial :next_more, :start => start, :total_size => @all_jobs.count, :per_page => per_page %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
better_delayed_job_web-1.3.5 lib/better_delayed_job_web/application/views/working.erb
better_delayed_job_web-1.3.3 lib/delayed_job_web/application/views/working.erb
better_delayed_job_web-1.3.2 lib/delayed_job_web/application/views/working.erb
better_delayed_job_web-1.3.1 lib/delayed_job_web/application/views/working.erb