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

@@ -59,7 +59,7 @@
{% for item in bloc.items %}
<li>
<a href="{{ _self.href(bloc.path, bloc.key, item.id) }}">
<span class="badge badge-primary">
<span class="badge bg-primary">
{{ item|chill_entity_render_box({'only_denomination': true}) }}
</span>
</a>
@@ -83,7 +83,7 @@
{% for item in bloc.items %}
<li>
<a href="{{ _self.href(bloc.path, bloc.key, item.id) }}">
<span class="badge badge-primary">
<span class="badge bg-primary">
{{ item|chill_entity_render_box({'only_denomination': true}) }}
</span>
</a>