Skip to content

Commit c446f77

Browse files
committed
work in progress
1 parent 60aeb21 commit c446f77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/resources/templates/layout/taskedit.html renamed to src/main/resources/templates/layout/task.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xmlns:sec="http://www.thymeleaf.org/extras/spring-security"
55
xmlns:sd="http://www.thymeleaf.org/spring-data">
66

7-
<div th:fragment="tw-task-edit-form(task,listTaskState,listTaskEnergy,listTaskTime,contexts)">
7+
<div th:fragment="tw-task-form(task,listTaskState,listTaskEnergy,listTaskTime,contexts)">
88
<input type="hidden" th:field="*{id}" />
99
<input type="hidden" th:field="*{uuid}" />
1010
<input type="hidden" th:field="*{focus}" />

src/main/resources/templates/project/id/show.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h1>
5151
</div>
5252
<div class="row">
5353
<div class="col-md-12 mb-12">
54-
<a class="btn btn-block btn-secondary" data-toggle="collapse"
54+
<a class="btn btn-block btn-outline-secondary" data-toggle="collapse"
5555
href="#collapseDescription" role="button" aria-expanded="false" aria-controls="collapseExample">
5656
<div th:text="#{project.show.description}">Project Description</div>
5757
</a>

0 commit comments

Comments
 (0)