From 239c5db6a3f4082e1624b5299b5e9849c8172dc3 Mon Sep 17 00:00:00 2001 From: pvincent Date: Mon, 9 Sep 2024 22:01:26 +0400 Subject: [PATCH] tailwind fix --- app/views/scores/_score.html.erb | 2 +- lib/semantic/dev_loader.rb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/scores/_score.html.erb b/app/views/scores/_score.html.erb index 213ef67..c415e67 100644 --- a/app/views/scores/_score.html.erb +++ b/app/views/scores/_score.html.erb @@ -2,7 +2,7 @@ <%= highlight(score.name, params.dig(:q,:name_cont)) %> - + <%= score.grade %> diff --git a/lib/semantic/dev_loader.rb b/lib/semantic/dev_loader.rb index c33d4d8..1d44ef3 100644 --- a/lib/semantic/dev_loader.rb +++ b/lib/semantic/dev_loader.rb @@ -12,6 +12,7 @@ module Semantic # FIXME: proper unsubscribe!!! RailsSemanticLogger::ActionController::LogSubscriber.logger.level = :fatal + # # RailsSemanticLogger.swap_subscriber( # RailsSemanticLogger::ActionController::LogSubscriber, # @log_subscriber, # attach missing!!!