Merge remote-tracking branch 'upstream/feature/spring-boot' into feature/spring-boot
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
|
||||
<div th:switch="${migrated}">
|
||||
<div th:case="false" th:utext="${lesson.content}"></div>
|
||||
<div th:case="true" th:replace="lesson:__${lesson.class.simpleName}__"></div>
|
||||
<div th:case="true" th:replace="lesson:__${lesson.html}__"></div>
|
||||
</div>
|
||||
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user