Merge remote-tracking branch 'upstream/feature/spring-boot' into feature/spring-boot

This commit is contained in:
Jason White
2016-06-29 10:45:58 +02:00
7 changed files with 193 additions and 35 deletions

View File

@ -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>