mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-29 13:36:13 +00:00
Display of aside activity title styling changed from badge to normal title display
This commit is contained in:
parent
152a7de1dc
commit
cd6dec5082
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user