mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 09:47:08 +00:00
Fix end time in plan HTML template
This commit is contained in:
@@ -164,7 +164,7 @@ footer {
|
||||
<h1>{{projectId |upper}} – Lookahead</h1>
|
||||
{% if lines.length %}
|
||||
<h4>From {{ lines |get("ts0") |sort |first |timestamp("min") }}
|
||||
until {{ lines |get("ts0") |sort |last |timestamp("min") }}</h4>
|
||||
until {{ lines |get("ts1") |sort |last |timestamp("min") }}</h4>
|
||||
{% endif %}
|
||||
</div>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user