Skip to content

Commit 1b14059

Browse files
committed
Fixed #129, Fixed #126, working on 168
1 parent ae5b8b9 commit 1b14059

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -216,16 +216,14 @@ <h5 class="modal-title" id="taskModalScrollableTitle">
216216
<a th:href="@{/project/{id}(id=${task.project.id})}"
217217
th:if="${task.project ne null}">
218218
<i class="fas fa-folder-open"></i>
219-
<b th:text="${tasks.col.project}">tasks.col.project</b>
220-
<span th:text="${task.project.name}">
221-
task.project.name
222-
</span>
219+
<b th:text="#{tasks.col.project}">tasks.col.project</b>
220+
<span th:text="${task.project.name}">task.project.name</span>
223221
</a>
224222
<a th:href="@{/project/root}"
225223
th:if="${task.project eq null}">
226224
<i class="fas fa-folder-open"></i>
227-
<b th:text="${tasks.col.project}">tasks.col.project</b>
228-
<span th:text="${tasks.col.projectroot}">tasks.col.projectroot</span>
225+
<b th:text="#{tasks.col.project}">tasks.col.project</b>
226+
<span th:text="#{tasks.col.projectroot}">tasks.col.projectroot</span>
229227
</a>
230228
</div>
231229
<div>

0 commit comments

Comments
 (0)