Skip to content

Commit e665bc5

Browse files
cdpreteSteKoe
authored andcommitted
fix: Widen up the execInfo Thymeleaf object for the default mail template
1 parent c25ed37 commit e665bc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • spring-boot-admin-server/src/main/resources/META-INF/spring-boot-admin-server/mail

spring-boot-admin-server/src/main/resources/META-INF/spring-boot-admin-server/mail/status-changed.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h2>Status Details</h2>
7878
<dt th:text="${detail.key}"/>
7979
<dd th:unless="${detail.value instanceof T(java.util.Map)}" th:text="${detail.value}"/>
8080
<dd th:if="${detail.value instanceof T(java.util.Map)}">
81-
<dl th:replace="${#execInfo.templateName} :: statusDetails (details = ${detail.value})"/>
81+
<dl th:with="templateName = ${#execInfo.templateName}" th:replace="${templateName} :: statusDetails (details = ${detail.value})"/>
8282
</dd>
8383
</th:block>
8484
</dl>

0 commit comments

Comments
 (0)