File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
src/main/resources/templates Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 95
95
< td th:id ="'task_' + ${task.id} + '_col_due_date' " class ="task_col task_col_due_date "
96
96
th:if ="${myTaskState eq 'SCHEDULED' or myTaskState eq 'TODAY' or myTaskState eq 'PROJECT'} ">
97
97
< span th:if ="${#locale.language eq 'de'} "
98
- th:id ="'task_' + ${task.id} + '_col_due_date' "
99
- draggable ="true " ondragstart ="dragTask(event) "
100
- th:alt-title ="#{task.col.twtooltip.duedate} "
101
- class ="task_col_content task_col_content_duedate twtooltip "
102
- th:text ="${#calendars.format(task.dueDate,'dd.MM.yyyy')} ">
98
+ th:id ="'task_' + ${task.id} + '_col_due_date' "
99
+ draggable ="true " ondragstart ="dragTask(event) "
100
+ th:alt-title ="#{task.col.twtooltip.duedate} "
101
+ class ="task_col_content task_col_content_duedate twtooltip "
102
+ th:text ="${#calendars.format(task.dueDate,'dd.MM.yyyy')} ">
103
103
</ span >
104
104
< span th:if ="${#locale.language eq 'en'} "
105
105
th:id ="'task_' + ${task.id} + '_col_due_date' "
111
111
</ td >
112
112
< td th:id ="'task_' + ${task.id} + '_col_taskstate' " class ="task_col task_col_taskstate "
113
113
th:if ="${myTaskState eq 'FOCUS' or myTaskState eq 'ALL' or myTaskState eq 'PROJECT'} ">
114
- < a th:href ="@{{url}(url=${task.taskState.getUrlPath()})} " class ="twtooltip "
114
+ < a th:href ="@{{url}(url=${task.taskState.getUrlPath()})} "
115
+ class ="btn btn-outline-secondary btn-sm twtooltip "
115
116
th:alt-title ="#{task.col.twtooltip.taskstate} ">
116
117
< i th:class ="${task.taskState.getIcon()} "> </ i >
117
118
< span th:utext ="${#messages.msgOrNull(task.taskState.code)} "> Inbox</ span >
Original file line number Diff line number Diff line change 13
13
< div id ="tw-content-title ">
14
14
< h2 >
15
15
< i class ="fas fa-project-diagram "> </ i >
16
- < span th:text ="#{project.show.h1} "class ="me-3 "> Project</ span >
16
+ < span th:text ="#{project.show.h1} " class ="me-3 "> Project</ span >
17
17
< span th:if ="${thisProject.id gt 0} ">
18
18
< a class ="btn btn-block btn-outline-dark " data-bs-toggle ="collapse "
19
19
href ="#collapseDescription " role ="button " aria-expanded ="false " aria-controls ="collapseExample ">
You can’t perform that action at this time.
0 commit comments