Browse Source

Re-format Thymeleaf URL reference

Signed-off-by: Pekka Helenius <fincer89@hotmail.com>
v0.0.4-alpha
Pekka Helenius 4 years ago
parent
commit
aa822a7829
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bookstore/src/main/resources/templates/fragments/loginout.html

+ 1
- 1
bookstore/src/main/resources/templates/fragments/loginout.html View File

@ -88,7 +88,7 @@
*/-->
<div th:if="${@environment.getActiveProfiles()[0] == 'dev'}" style="margin: 10px 0;">
<div><a th:href="@{__${@Pages.H2CONSOLE}__}">H2 database console access</a></div>
<div><a th:href="@{__${@Pages.DEV}__} + @{__${@Pages.DEVSTATSREF}__}">How to: Spring statistics data</a></div>
<div><a th:href="@{__${@Pages.DEV}____${@Pages.DEVSTATSREF}__}">How to: Spring statistics data</a></div>
</div>
</div>
</th:block>


Loading…
Cancel
Save