mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +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">
|
<ul class="record_actions_column">
|
||||||
{% if task.startDate is not null %}
|
{% if task.startDate is not null %}
|
||||||
<li>
|
<li>
|
||||||
{{'Start'|trans}} :{{ task.startDate|localizeddate('medium', 'none') }}
|
{{'Start'|trans}} : {{ task.startDate|localizeddate('medium', 'none') }}
|
||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if task.warningDate is not null %}
|
{% if task.warningDate is not null %}
|
||||||
<li>
|
<li>
|
||||||
{{'Warning'|trans}} :{{ task.warningDate|localizeddate('medium', 'none') }}
|
{{'Warning'|trans}} : {{ task.warningDate|localizeddate('medium', 'none') }}
|
||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if task.endDate is not null %}
|
{% if task.endDate is not null %}
|
||||||
<li>
|
<li>
|
||||||
{{'End'|trans}} :{{ task.endDate|localizeddate('medium', 'none') }}
|
{{'End'|trans}} : {{ task.endDate|localizeddate('medium', 'none') }}
|
||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user