mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
wording of timeline tasks
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
<div>
|
||||
<h3 class="single-line">
|
||||
{{ event.datetime|localizeddate('long', 'short') }}
|
||||
<span class="task"> / {{ 'Task'|trans }}</span> /
|
||||
<span class="task">
|
||||
{% if transition is not null %}
|
||||
<span class="statement">{{ task_workflow_metadata(event.task, 'transition.sentence', transition)|trans({ '%user%': event.author.username }) }}</span>
|
||||
<span>"{{ event.task.title }}"</span>
|
||||
{% else %}
|
||||
<span class="statement">{{ '%user% has created the task'|trans({ '%user%': event.author.username }) }}</span>
|
||||
<span>"{{ event.task.title }}"</span>
|
||||
{% endif %}
|
||||
</h3>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user