- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/films.html
r90317ea r39a45e6 219 219 220 220 <div xmlns:th="http://www.thymeleaf.org"> 221 <div class="main" style="width: available;height: available">221 <div class="main"> 222 222 <div th:if="${films.isEmpty()} == false" 223 223 th:each="film : ${films}" class="container"> … … 237 237 th:action="@{'/home/getFilm/{id}' (id=${film.getId_film()})}" 238 238 th:method="GET"> 239 <button class="button" type="submit"> Details</button>239 <button class="button" type="submit">Детали</button> 240 240 </form> 241 241
Note:
See TracChangeset
for help on using the changeset viewer.