<%# @subtabs = resque.queues unless partial? || params[:id].nil? %> <% if false and queue = params[:id] %>

Pending jobs on <%= queue %>

" class='remove-queue'>

Showing <%= start = params[:start].to_i + 1 %> to <%= start + 20 %> of <%=size = rewritten.size(queue)%> jobs

<% for job in (jobs = rewritten.peek(queue, start, 20)) %> <% end %> <% if jobs.empty? %> <% end %>
Class Args
<%= job['class'] %> <%=h job['args'].inspect %>
There are no pending jobs in this queue
<%= partial :next_more, :start => start, :size => size %> <% else %>

Translations

The list below contains all the registered translations from an url to target url. To view all translations for a target click on the target URL.

+ New Translation

Showing <%= (start = params[:start].to_i)+1 %> to <%= start + Rewritten.per_page %> of <%=size = Rewritten.size('froms')%> translations.

<% for mapping in Rewritten.list_range("froms", params[:start].to_i, Rewritten.per_page) %> <% end %>
from URL (Browser Location) to URL (Your App)
<%= mapping %> "><%= to %>
<% end %> <%= partial :next_more, :start => start, :size => size %>