Title display of aside activities adjusted to display full title (parent > child > ...) Styling to be discussed

This commit is contained in:
Julie Lenaerts 2021-10-04 11:20:07 +02:00
parent e895125d12
commit da19f68440
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
<div class="item-col">
<h3>
<b>{{ entity.type.title|localize_translatable_string }}</b>
<b>{{ entity.type|chill_entity_render_box }}</b>
</h3>
<div>
{% if entity.date %}

View File

@ -15,7 +15,7 @@
<dl class="chill_view_data">
<dt class="inline">{{ 'Type'|trans }}</dt>
<dd>{{ entity.type.title|localize_translatable_string }}</dd>
<dd>{{ entity.type|chill_entity_render_box }}</dd>
<dt class="inline">{{ 'Created by'|trans }}</dt>
<dd>{{ entity.createdBy }}</dd>