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,6 +1,7 @@
{% 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">
{# <span class="badge bg-chill-l-gray text-dark"> #}
{%- for p in reversed_parents %} {%- for p in reversed_parents %}
<span class="parent-{{ loop.revindex0 }}"> <span class="parent-{{ loop.revindex0 }}">
{{ p.title|localize_translatable_string }}{{ options['default.separator'] }} {{ p.title|localize_translatable_string }}{{ options['default.separator'] }}
@ -9,5 +10,5 @@
<span class="child"> <span class="child">
{{ asideActivityCategory.title|localize_translatable_string }} {{ asideActivityCategory.title|localize_translatable_string }}
</span> </span>
</span> {# </span> #}
</span> </span>