From 02cf7fee5cdb3b4eb8bb7a06d2c48b184991d819 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 27 Jul 2026 06:55:56 +0900 Subject: [PATCH] Replace Bootstrap 2 label classes with Bootstrap 5 badges The legend used label/label-important/label-info, which do not exist in Bootstrap 5.2.3, so the badges rendered unstyled. Co-Authored-By: Claude Fable 5 --- app/views/layouts/application.html.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 16ffd359f..45e079c0c 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -37,10 +37,10 @@
- F: failure - E: error - S: skip - failed: critical failures + F: failure + E: error + S: skip + failed: critical failures
see also Code coverage report,