<%= t("In-flight") %>

<%= erb :_paging, locals: { url: "#{root_path}in-flight" } %>
<%= t("Total In-flight") %> <%= t("Estimated Lost") %>
<%= number_with_delimiter(@total_size) %> <%= number_with_delimiter(@total_size - workers.size) %>
<% @jobs.each do |job| %> <% end %>
<%= t("Job") %> <%= t("Args") %> <%= t("Queue") %> <%= t("Expires at") %>
<%= h job["class"] %> <%= h job["args"] %> "><%= h job["queue"] %> <%= relative_time(Time.at(job["expire_at"])) %>