Display of aside activity title styling changed from badge to normal title display

This commit is contained in:
Julie Lenaerts 2021-10-04 12:11:27 +02:00
parent 152a7de1dc
commit cd6dec5082

View File

@ -1,13 +1,14 @@
{% set reversed_parents = parents|reverse %}
<span class="chill-entity entity-social-issue">
<span class="badge bg-chill-l-gray text-dark">
{%- for p in reversed_parents %}
<span class="parent-{{ loop.revindex0 }}">
{{ p.title|localize_translatable_string }}{{ options['default.separator'] }}
</span>
{%- endfor -%}
<span class="child">
{{ asideActivityCategory.title|localize_translatable_string }}
<span
class="chill-entity entity-social-issue">
{# <span class="badge bg-chill-l-gray text-dark"> #}
{%- for p in reversed_parents %}
<span class="parent-{{ loop.revindex0 }}">
{{ p.title|localize_translatable_string }}{{ options['default.separator'] }}
</span>
{%- endfor -%}
<span class="child">
{{ asideActivityCategory.title|localize_translatable_string }}
</span>
{# </span> #}
</span>