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

@@ -1,6 +1,6 @@
{% set reversed_parents = parents|reverse %}
<span class="chill-entity chill-entity__social-action">
<span class="{% if not options['no-badge'] %}badge badge-primary{% endif %}">
<span class="{% if not options['no-badge'] %}badge bg-primary{% endif %}">
{%- for p in reversed_parents %}
<span class="chill-entity__social-action__parent--{{ loop.revindex0 }}">
{{ p.title|localize_translatable_string }}{{ options['default.separator'] }}