@@ -216,22 +216,21 @@ <h5 class="modal-title" id="taskModalScrollableTitle">
216
216
</ div >
217
217
< div class ="modal-body ">
218
218
< 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}) } ">
222
222
< 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} ">
228
227
< i class ="fas fa-folder-open "> </ i >
229
228
< 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 >
232
231
</ div >
233
232
< div >
234
- < b th:utext ="#{tasks.focus.taskState} "> Task State</ b >
233
+ < b th:utext ="#{tasks.focus.taskState} " class =" me-2 " > Task State</ b >
235
234
< a th:href ="@{{url}(url=${task.taskState.getUrlPath()})} ">
236
235
< i th:class ="${task.taskState.getIcon()} "> </ i >
237
236
< span th:utext ="${#messages.msgOrNull(task.taskState.code)} "> Inbox</ span >
0 commit comments