mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00
MDL-80259 theme_boost: Refactor badge helper classes for Bootstrap 5
This commit is contained in:
parent
810554ee83
commit
a198884333
93 changed files with 218 additions and 209 deletions
|
@ -81,10 +81,10 @@
|
|||
</td>
|
||||
<td>
|
||||
{{#isactive}}
|
||||
<span class="badge badge-success">{{{statusstring}}}</span>
|
||||
<span class="badge bg-success text-white">{{{statusstring}}}</span>
|
||||
{{/isactive}}
|
||||
{{^isactive}}
|
||||
<span class="badge badge-info">{{{statusstring}}}</span>
|
||||
<span class="badge bg-info text-white">{{{statusstring}}}</span>
|
||||
{{/isactive}}
|
||||
</td>
|
||||
<td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue