From cbb15b3e81a5638b363fd08946a693abeae8ff19 Mon Sep 17 00:00:00 2001 From: evazion Date: Thu, 4 May 2017 19:04:18 -0500 Subject: [PATCH] /delayed_jobs: add '#c-delayed-jobs #a-index' wrapper divs. --- app/views/delayed_jobs/index.html.erb | 82 ++++++++++++++------------- 1 file changed, 43 insertions(+), 39 deletions(-) diff --git a/app/views/delayed_jobs/index.html.erb b/app/views/delayed_jobs/index.html.erb index ce87d68dd..d3716a7e9 100644 --- a/app/views/delayed_jobs/index.html.erb +++ b/app/views/delayed_jobs/index.html.erb @@ -1,42 +1,46 @@ -

Delayed Jobs

+
+
+

Delayed Jobs

- - - - - - <% if CurrentUser.is_admin? %> - - <% end %> - - - - - - - - - - <% @delayed_jobs.each do |job| %> - - - - <% if CurrentUser.is_admin? %> - +
IDNameHandlerAttemptsPriorityLast errorRun atFailed atQueue
<%= job.id %><%= raw print_name(job) %><%= raw print_handler(job) %>
+ + + + + <% if CurrentUser.is_admin? %> + + <% end %> + + + + + + + + + + <% @delayed_jobs.each do |job| %> + + + + <% if CurrentUser.is_admin? %> + + <% end %> + + + + + + + <% end %> - - - - - - - + +
IDNameHandlerAttemptsPriorityLast errorRun atFailed atQueue
<%= job.id %><%= raw print_name(job) %><%= raw print_handler(job) %><%= job.attempts %><%= job.priority %><%= job.last_error %><%= job.run_at %><%= job.failed_at %><%= job.queue %>
<%= job.attempts %><%= job.priority %><%= job.last_error %><%= job.run_at %><%= job.failed_at %><%= job.queue %>
+ + <%= numbered_paginator(@delayed_jobs) %> + + <% content_for(:page_title) do %> + Delayed Jobs - <%= Danbooru.config.app_name %> <% end %> - - - -<%= numbered_paginator(@delayed_jobs) %> - -<% content_for(:page_title) do %> - Delayed Jobs - <%= Danbooru.config.app_name %> -<% end %> +
+