From 97b9354db9f1ba23081923b7ddcd7c30a93618db Mon Sep 17 00:00:00 2001 From: Sasha Date: Fri, 19 Apr 2019 14:44:05 -0400 Subject: [PATCH] Fix a pending jobs layout --- app/views/resque_web/queues/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/resque_web/queues/show.html.erb b/app/views/resque_web/queues/show.html.erb index 47e3338..a57406f 100644 --- a/app/views/resque_web/queues/show.html.erb +++ b/app/views/resque_web/queues/show.html.erb @@ -24,7 +24,7 @@ <% end %> <% if queue_jobs.empty? %> - There are no pending jobs in this queue + There are no pending jobs in this queue <% end %>