Skip to content

Commit d77cdb0

Browse files
committed
work
1 parent b90c84f commit d77cdb0

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/main/resources/templates/layout/tasks.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -129,20 +129,20 @@
129129
</a>
130130
</td>
131131
<td th:id="'task_' + ${task.id} + '_col_energy_and_time'" class="task_col task_col_energy_and_time">
132-
<span class="badge badge-pill badge-dark task_col_content task_col_content_taskenergy twtooltip"
133-
th:if="${task.taskEnergy.value ne 'NONE'}"
134-
th:id="'task_' + ${task.id} + '_col_energy_and_time_badge'"
135-
draggable="true" ondragstart="dragTask(event)"
136-
th:alt-title="#{task.col.twtooltip.badge.taskEnergy}"
137-
th:text="${#messages.msgOrNull(task.taskEnergy.code)}">
138-
</span>
139-
<span class="badge badge-pill badge-dark task_col_content task_col_content_tasktime twtooltip"
140-
th:text="${#messages.msgOrNull(task.taskTime.code)}"
132+
<span class="badge bg-dark task_col_content task_col_content_taskenergy twtooltip"
133+
th:if="${task.taskEnergy.value ne 'NONE'}"
141134
th:id="'task_' + ${task.id} + '_col_energy_and_time_badge'"
142135
draggable="true" ondragstart="dragTask(event)"
143-
th:alt-title="#{task.col.twtooltip.badge.taskTime}"
144-
th:if="${task.taskTime.value ne 'NONE'}">
145-
</span>
136+
th:text="${#messages.msgOrNull(task.taskEnergy.code)}"
137+
th:alt-title="#{task.col.twtooltip.badge.taskEnergy}">
138+
</span>
139+
<span class="badge bg-dark task_col_content task_col_content_tasktime twtooltip"
140+
th:if="${task.taskTime.value ne 'NONE'}"
141+
th:id="'task_' + ${task.id} + '_col_energy_and_time_badge'"
142+
draggable="true" ondragstart="dragTask(event)"
143+
th:text="${#messages.msgOrNull(task.taskTime.code)}"
144+
th:alt-title="#{task.col.twtooltip.badge.taskTime}">
145+
</span>
146146
</td>
147147
<td th:id="'task_' + ${task.id} + '_col_context'" class="task_col task_col_context"
148148
th:if="${myTaskState eq 'ALL'}">

0 commit comments

Comments
 (0)