<% timestamp = params[:timestamp].to_i %>

Delayed jobs scheduled for <%= format_time(Time.at(timestamp)) %>

Showing <%= start = params[:start].to_i %> to <%= start + 20 %> of <%=size = resque.delayed_timestamp_size(timestamp)%> jobs

<% jobs = resque.delayed_timestamp_peek(timestamp, start, 20) %> <% jobs.each do |job| %> <% end %> <% if jobs.empty? %> <% end %>
Class Args
<%= job['class'] %> <%=h show_job_arguments(job['args']) %>
There are no pending jobs scheduled for this time.
<%= partial :next_more, :start => start, :size => size %>