Browse Source

tailwind fix

main
pvincent 1 month ago
parent
commit
239c5db6a3
  1. 2
      app/views/scores/_score.html.erb
  2. 1
      lib/semantic/dev_loader.rb

2
app/views/scores/_score.html.erb

@ -2,7 +2,7 @@
<td class="px-2 w-1/2"> <td class="px-2 w-1/2">
<%= highlight(score.name, params.dig(:q,:name_cont)) %> <%= highlight(score.name, params.dig(:q,:name_cont)) %>
</td> </td>
<td class="px-2 ">
<td class="px-2">
<%= score.grade %> <%= score.grade %>
</td> </td>
<td class="px-2"> <td class="px-2">

1
lib/semantic/dev_loader.rb

@ -12,6 +12,7 @@ module Semantic
# FIXME: proper unsubscribe!!! # FIXME: proper unsubscribe!!!
RailsSemanticLogger::ActionController::LogSubscriber.logger.level = :fatal RailsSemanticLogger::ActionController::LogSubscriber.logger.level = :fatal
#
# RailsSemanticLogger.swap_subscriber( # RailsSemanticLogger.swap_subscriber(
# RailsSemanticLogger::ActionController::LogSubscriber, # RailsSemanticLogger::ActionController::LogSubscriber,
# @log_subscriber, # attach missing!!! # @log_subscriber, # attach missing!!!

Loading…
Cancel
Save