From 052101e21c866ebdaf48649f7f8448cfa91d071e Mon Sep 17 00:00:00 2001 From: OlegChuev Date: Wed, 19 Jun 2024 09:44:31 +0300 Subject: [PATCH] Fixed header styling --- lib/sidekiq/failures/views/failures.erb | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/lib/sidekiq/failures/views/failures.erb b/lib/sidekiq/failures/views/failures.erb index c719c69..eaf2581 100644 --- a/lib/sidekiq/failures/views/failures.erb +++ b/lib/sidekiq/failures/views/failures.erb @@ -1,14 +1,10 @@ -
-
-

<%= t('FailedJobs') %>

-
+
+

<%= t('FailedJobs') %>

<% if @failures.count > 0 && @total_size > @count %> -
- <%= erb :_paging, :locals => { :url => "#{root_path}failures" } %> -
+ <%= erb :_paging, :locals => { :url => "#{root_path}failures" } %> <% end %> <%= filtering('failures') if respond_to?(:filtering) %> -
+ <% if @failures.count > 0 %>