Changeset 632e3d8 for src/main/resources/templates/films.html
- Timestamp:
- 02/08/23 14:41:27 (22 months ago)
- Branches:
- master
- Children:
- 2c7a732
- Parents:
- 39a45e6 (diff), 90317ea (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/films.html
r39a45e6 r632e3d8 219 219 220 220 <div xmlns:th="http://www.thymeleaf.org"> 221 <div class="main" >221 <div class="main" style="width: available;height: available"> 222 222 <div th:if="${films.isEmpty()} == false" 223 223 th:each="film : ${films}" class="container">
Note:
See TracChangeset
for help on using the changeset viewer.