mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
add spaces between date and kind of date
This commit is contained in:
parent
75bdbac81a
commit
a12701b97f
@ -34,17 +34,17 @@
|
||||
<ul class="record_actions_column">
|
||||
{% if task.startDate is not null %}
|
||||
<li>
|
||||
{{'Start'|trans}} :{{ task.startDate|localizeddate('medium', 'none') }}
|
||||
{{'Start'|trans}} : {{ task.startDate|localizeddate('medium', 'none') }}
|
||||
</li>
|
||||
{% endif %}
|
||||
{% if task.warningDate is not null %}
|
||||
<li>
|
||||
{{'Warning'|trans}} :{{ task.warningDate|localizeddate('medium', 'none') }}
|
||||
{{'Warning'|trans}} : {{ task.warningDate|localizeddate('medium', 'none') }}
|
||||
</li>
|
||||
{% endif %}
|
||||
{% if task.endDate is not null %}
|
||||
<li>
|
||||
{{'End'|trans}} :{{ task.endDate|localizeddate('medium', 'none') }}
|
||||
{{'End'|trans}} : {{ task.endDate|localizeddate('medium', 'none') }}
|
||||
</li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user