mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
The relationship between Activity and Reasons is now many-to-many. Some improvement in show activity layout. refs #4 #7
3 lines
187 B
Twig
3 lines
187 B
Twig
{%- macro reason(r) -%}
|
|
<span class="entity entity-activity activity-reason"><i class="fa fa-question-circle"></i> {{ r.name | localize_translatable_string }}</span>
|
|
{%- endmacro -%} |