@@ -216,22 +216,21 @@ <h5 class="modal-title" id="taskModalScrollableTitle">
216216 </ div >
217217 < div class ="modal-body ">
218218 < div >
219- < b th:text ="#{tasks.inbox.project} "> Project</ b >
220- < a th:href =" @{/project/{id}(id= ${task.project.id})} "
221- th:if =" ${task.project ne null } ">
219+ < b th:text ="#{tasks.inbox.project} " class =" me-2 " > Project</ b >
220+ < span th:if =" ${task.project ne null} " >
221+ < a th:href =" @{/project/{id}(id= ${task.project.id}) } ">
222222 < i class ="fas fa-folder-open "> </ i >
223- < b th:text ="#{tasks.col.project} "> tasks.col.project</ b >
224- < span th:text ="${task.project.name} "> task.project.name</ span >
225- </ a >
226- < a th:href ="@{/project/root} "
227- th:if ="${task.project eq null} ">
223+ < span th:text ="${task.project.name} "> task.project.name</ span > </ a >
224+ </ span >
225+ < span th:if ="${task.project eq null} ">
226+ < a th:href ="@{/project/root} ">
228227 < i class ="fas fa-folder-open "> </ i >
229228 < b th:text ="#{tasks.col.project} "> tasks.col.project</ b >
230- < span th:text ="#{tasks.col.projectroot} "> tasks.col.projectroot</ span >
231- </ a >
229+ < span th:text ="#{tasks.col.projectroot} "> tasks.col.projectroot</ span > </ a >
230+ </ span >
232231 </ div >
233232 < div >
234- < b th:utext ="#{tasks.focus.taskState} "> Task State</ b >
233+ < b th:utext ="#{tasks.focus.taskState} " class =" me-2 " > Task State</ b >
235234 < a th:href ="@{{url}(url=${task.taskState.getUrlPath()})} ">
236235 < i th:class ="${task.taskState.getIcon()} "> </ i >
237236 < span th:utext ="${#messages.msgOrNull(task.taskState.code)} "> Inbox</ span >
0 commit comments