File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/main/resources/templates Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2626 </ span >
2727 < span th:if ="${rootProjects != null and rootProjects.size() gt 0} ">
2828 < ul
29- th:include ="~{this :: tw-project-submenu(projectList=${rootProjects},thisProject=${thisProject})} "
29+ th:insert ="~{this :: tw-project-submenu(projectList=${rootProjects},thisProject=${thisProject})} "
3030 style ="list-style: none; ">
3131 </ ul >
3232 </ span >
6161 </ a >
6262
6363 < span th:if ="${project.children.size() gt 0} ">
64- < ul th:include ="~{this :: tw-project-submenu(projectList=${project.children},thisProject=${thisProject})} "
64+ < ul th:insert ="~{this :: tw-project-submenu(projectList=${project.children},thisProject=${thisProject})} "
6565 style ="list-style: none; ">
6666 </ ul >
6767 </ span >
Original file line number Diff line number Diff line change 44 xmlns:th ="http://www.thymeleaf.org "
55 xmlns:sec ="http://www.thymeleaf.org/extras/spring-security "
66 xmlns:sd ="http://www.thymeleaf.org/spring-data ">
7- < head th:replace ="~{layout/page :: tw-page-head(headtitle=~{::title},links=~{},refreshMessages=false) ">
7+ < head th:replace ="~{layout/page :: tw-page-head(headtitle=~{::title},links=~{},refreshMessages=false)} ">
88 < title th:text ="'SimpleWorklist | ' + #{tasks.completed.h1} "> Title</ title >
99</ head >
10- < body th:replace ="~{layout/page :: tw-page-body(twcontent=~{::mytwcontent},twtitle=~{::mytwtitle},scripts=~{}) ">
10+ < body th:replace ="~{layout/page :: tw-page-body(twcontent=~{::mytwcontent},twtitle=~{::mytwtitle},scripts=~{})} ">
1111
1212 < div th:fragment ="mytwtitle ">
1313 < div id ="tw-content-title ">
Original file line number Diff line number Diff line change 44 xmlns:th ="http://www.thymeleaf.org "
55 xmlns:sec ="http://www.thymeleaf.org/extras/spring-security "
66 xmlns:sd ="http://www.thymeleaf.org/spring-data ">
7- < head th:replace ="~{layout/page :: tw-page-head(headtitle=~{::title},links=~{},refreshMessages=false) ">
7+ < head th:replace ="~{layout/page :: tw-page-head(headtitle=~{::title},links=~{},refreshMessages=false)} ">
88 < title th:text ="'SimpleWorklist | ' + #{tasks.waiting.h1} "> Title</ title >
99</ head >
10- < body th:replace ="~{layout/page :: tw-page-body(twcontent=~{::mytwcontent},twtitle=~{::mytwtitle},scripts=~{}) ">
10+ < body th:replace ="~{layout/page :: tw-page-body(twcontent=~{::mytwcontent},twtitle=~{::mytwtitle},scripts=~{})} ">
1111
1212 < div th:fragment ="mytwtitle ">
1313 < div id ="tw-content-title ">
You can’t perform that action at this time.
0 commit comments