badge classes updated from badge-... to bg-...

This commit is contained in:
2021-07-05 12:29:52 +02:00
parent d016f9be86
commit a44b26da6c
19 changed files with 32 additions and 32 deletions

View File

@@ -4,7 +4,7 @@
<h1>
{{ "Activity"|trans }}
{%- if t.emergencyVisible and entity.emergency -%}
<span class="badge badge-secondary">
<span class="badge bg-secondary">
{{- 'Emergency'|trans -}}
</span>
{%- endif -%}