File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
src/main/resources/templates/layout Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments