File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/resources/templates Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 ~ under the License.
2020 -->
2121< html xmlns:th ="http://www.thymeleaf.org "
22- th:include ="/ fragments/error :: errorpage ">
22+ th:include ="fragments/error :: errorpage ">
2323 < head >
2424 < title > </ title >
2525 </ head >
Original file line number Diff line number Diff line change 2020 -->
2121
2222< html xmlns:th ="http://www.thymeleaf.org "
23- th:include ="/ fragments/error :: errorpage ">
23+ th:include ="fragments/error :: errorpage ">
2424 < head >
2525 < title > </ title >
2626 </ head >
Original file line number Diff line number Diff line change 2929 </ head >
3030 < body >
3131
32- < nav th:replace ="/ fragments/header :: navbar "> </ nav >
32+ < nav th:replace ="fragments/header :: navbar "> </ nav >
3333
3434 < div class ="container ">
3535 < div class ="row ">
@@ -47,6 +47,6 @@ <h1>Whoops - Something Went Wrong!</h1>
4747 </ div >
4848 </ div >
4949
50- < div th:replace ="/ fragments/footer :: copy "> </ div >
50+ < div th:replace ="fragments/footer :: copy "> </ div >
5151 </ body >
5252</ html >
You can’t perform that action at this time.
0 commit comments