Change frontend

This commit is contained in:
Ambulance Clerc
2022-10-15 03:39:07 +02:00
parent e4d5afe604
commit 6e2487ce10
2 changed files with 2 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
<td style="vertical-align: top;" width="150" >
<span style="font-weight: bold;">{{task.key}}</span><br>
{{task.str_start_date}} - {{task.str_end_date}}<br>
{{task.str_start_time}} - {{task.str_end_time}}
</td>&nbsp;&nbsp;&nbsp;&nbsp;
<td style="{% if task.done %}text-decoration:line-through{% endif %}">
<a href="{{task.href}}" target="_blank" style="text-decoration: none;color: white" >{{ task.name }}<br></a>

View File

@@ -10,8 +10,7 @@
<td style="vertical-align: top;padding-bottom: 18px" width="120" >
<span style="font-weight: bold;">{{task.key}}</span><br>
{{task.str_start_date}} - {{task.str_end_date}}<br>
{{task.str_start_time}} - {{task.str_end_time}}<br>
{{task.str_start_time}} - {{task.str_end_time}}
</td>
<td style="{% if task.done %}text-decoration:line-through;{% endif %}vertical-align: top;">
<span style="font-weight: bold;">{{task.name}}</span><br>