File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
src/main/resources/templates/layout Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -27,4 +27,5 @@ target/
2727docs /tmp /
2828docs /java-getting-started /
2929docs /deploying-spring-boot-apps /
30+ setenv.sh
3031
Original file line number Diff line number Diff line change 3939
4040 <!-- Menu on Left Column and Document Window on the Right Column -->
4141 < section id ="tw-main-section ">
42- < div class ="container ">
42+ < div class ="container " sec:authorize =" isAnonymous() " >
4343 < div class ="row ">
44- < div class ="col-8 ">
44+ < div class ="col ">
4545 < th:block th:replace ="${twcontent} " />
4646 </ div >
47- < div class ="col-4 ">
47+ </ div >
48+ </ div >
49+ < div class ="container " sec:authorize ="isAuthenticated() ">
50+ < div class ="row ">
51+ < div class ="col-md-8 ">
52+ < th:block th:replace ="${twcontent} " />
53+ </ div >
54+ < div class ="col-md-4 ">
4855 < div th:replace ="layout/projects :: navigation-projects(rootCategories=${rootCategories},thisProject=${thisProject}) ">
4956 </ div >
5057 </ div >
You can’t perform that action at this time.
0 commit comments