Change frontend
This commit is contained in:
@@ -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>
|
||||
<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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user