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