From ef7b9dc3382a96dd59081eed921a9bfd2391284b Mon Sep 17 00:00:00 2001 From: Kenaniah Cerny Date: Wed, 7 Jul 2021 13:30:36 -0700 Subject: [PATCH] fixes for dark mode theme --- lib/sidekiq-status/version.rb | 2 +- web/views/status_not_found.erb | 2 +- web/views/statuses.erb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/sidekiq-status/version.rb b/lib/sidekiq-status/version.rb index 8efc539..be11849 100644 --- a/lib/sidekiq-status/version.rb +++ b/lib/sidekiq-status/version.rb @@ -1,5 +1,5 @@ module Sidekiq module Status - VERSION = '2.0.1' + VERSION = '2.0.2' end end diff --git a/web/views/status_not_found.erb b/web/views/status_not_found.erb index 5fd331f..a54f674 100644 --- a/web/views/status_not_found.erb +++ b/web/views/status_not_found.erb @@ -1,5 +1,5 @@

Job Status: <%= params[:jid] %>

- - +
<% @headers.each do |h| %>