Skip to content

Commit 02cf7fe

Browse files
hsbtclaude
andcommitted
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 <noreply@anthropic.com>
1 parent a0fa5ca commit 02cf7fe

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/views/layouts/application.html.erb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737

3838
<div class="alert alert-info">
3939
<div>
40-
F: <span class="label label-important">failure</span>
41-
E: <span class="label label-important">error</span>
42-
S: <span class="label label-info">skip</span>
43-
failed: <span class="label label-important">critical failures</span>
40+
F: <span class="badge text-bg-danger">failure</span>
41+
E: <span class="badge text-bg-danger">error</span>
42+
S: <span class="badge text-bg-info">skip</span>
43+
failed: <span class="badge text-bg-danger">critical failures</span>
4444
</div>
4545
<div>
4646
see also <a href="https://rubyci.org/coverage">Code coverage report</a>,

0 commit comments

Comments
 (0)