mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Title display of aside activities adjusted to display full title (parent > child > ...) Styling to be discussed
This commit is contained in:
parent
e895125d12
commit
da19f68440
@ -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 %}
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user