mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00
Merge branch 'MDL-80259-main' of https://github.com/roland04/moodle
This commit is contained in:
commit
8b36abdb9d
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