From 3c75f9569f1dc0fe05a8cbee340e7658329dce9e Mon Sep 17 00:00:00 2001 From: pvincent Date: Fri, 26 May 2023 23:29:51 +0400 Subject: [PATCH] for dark theme --- README.md | 2 +- app/controllers/welcome_controller.rb | 2 +- app/views/welcome/index.html.erb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6fecabc..da2720e 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,4 @@ * [x] Rails version 7 * [x] LXD aware (through remote ssh) * [x] Rufo Formatter -* [ ] Semantic Logging +* [x] Semantic Logging (efficient for dark theme) diff --git a/app/controllers/welcome_controller.rb b/app/controllers/welcome_controller.rb index e137d1a..5fdd389 100644 --- a/app/controllers/welcome_controller.rb +++ b/app/controllers/welcome_controller.rb @@ -16,7 +16,7 @@ class WelcomeController < ApplicationController # logger.debug("Hello World") # end - logger.info("efficient logging in practice works better on dark theme") + logger.info("efficient logging for dark theme") # raise "exception" # end end diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb index 32324e9..07efe99 100644 --- a/app/views/welcome/index.html.erb +++ b/app/views/welcome/index.html.erb @@ -1,5 +1,5 @@

Welcome Aboard