Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/resources/templates/films.html

    r90317ea r39a45e6  
    219219
    220220<div xmlns:th="http://www.thymeleaf.org">
    221     <div class="main" style="width: available;height: available">
     221    <div class="main">
    222222        <div    th:if="${films.isEmpty()} == false"
    223223                th:each="film : ${films}" class="container">
     
    237237                            th:action="@{'/home/getFilm/{id}' (id=${film.getId_film()})}"
    238238                          th:method="GET">
    239                         <button class="button" type="submit">Details</button>
     239                        <button class="button" type="submit">Детали</button>
    240240                    </form>
    241241
Note: See TracChangeset for help on using the changeset viewer.