|
19 | 19 | </small> |
20 | 20 | </h1> |
21 | 21 | <div id="tw-content-title-actionbuttons"> |
22 | | - <a class="btn btn-sm btn-primary" data-toggle="collapse" href="#collapseDescription" role="button" aria-expanded="false" aria-controls="collapseExample"> |
| 22 | + <a class="btn btn-sm btn-primary" data-toggle="collapse" |
| 23 | + href="#collapseDescription" role="button" aria-expanded="false" aria-controls="collapseExample"> |
23 | 24 | <div th:text="#{project.show.description}">Project Description</div> |
24 | 25 | </a> |
25 | | - <a class="btn btn-sm btn-secondary" role="button" th:href="@{/project/{thisProjectId}/edit(thisProjectId=${thisProject.id})}" href="#"> |
| 26 | + <a class="btn btn-sm btn-secondary" role="button" href="#" |
| 27 | + th:href="@{/project/{thisProjectId}/edit(thisProjectId=${thisProject.id})}"> |
26 | 28 | <i class="fas fa-edit"></i> |
27 | 29 | <span th:text="#{project.show.edit}">Edit Project</span> |
28 | 30 | </a> |
29 | | - <a class="btn btn-sm btn-secondary" role="button" th:href="@{/project/{thisProjectId}/delete(thisProjectId=${thisProject.id})}" href="#"> |
| 31 | + <a class="btn btn-sm btn-secondary" role="button" href="#" |
| 32 | + th:href="@{/project/{thisProjectId}/delete(thisProjectId=${thisProject.id})}"> |
30 | 33 | <i class="fas fa-trash-alt"></i> |
31 | 34 | <span th:text="#{project.show.delete}">Delete Project</span> |
32 | | - </a> |
33 | | - <a class="btn btn-sm btn-secondary" role="button" th:href="@{/project/{thisProjectId}/add/project(thisProjectId=${thisProject.id})}"> |
| 35 | + </a>s |
| 36 | + <a class="btn btn-sm btn-secondary" role="button" href="#" |
| 37 | + th:href="@{/project/{thisProjectId}/project/add(thisProjectId=${thisProject.id})}"> |
34 | 38 | <i class="fas fa-plus-square"></i> |
35 | 39 | <span th:text="#{layout.page.addProject}">Add a Project</span> |
36 | 40 | </a> |
37 | | - <a class="btn btn-sm btn-secondary" role="button" th:href="@{/project/{thisProjectId}/add/task(thisProjectId=${thisProject.id})}" href="#"> |
| 41 | + <a class="btn btn-sm btn-secondary" role="button" href="#" |
| 42 | + th:href="@{/project/{thisProjectId}/task/add(thisProjectId=${thisProject.id})}"> |
38 | 43 | <i class="fas fa-plus-square"></i> |
39 | 44 | <span th:text="#{project.show.addTask}">Add a Task</span> |
40 | 45 | </a> |
|
0 commit comments