Ignore:
Timestamp:
02/08/23 15:48:54 (22 months ago)
Author:
DenicaKj <dkorvezir@…>
Branches:
master
Children:
0ba5d1a
Parents:
5867520 (diff), 632e3d8 (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.
Message:

Merge branch 'master' of https://github.com/DenicaKj/MovieZone

File:
1 edited

Legend:

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

    r5867520 r2c7a732  
    215215            <form th:action="@{'/home/getFilm/{id}' (id=${film.getId_film()})}"
    216216                  th:method="GET">
    217                 <button class="button" type="submit">Details</button>
     217                <button class="button" type="submit">Детали</button>
    218218            </form>
    219219
     
    243243            <form th:action="@{'/home/getFilm/{id}' (id=${event.getId_event()})}"
    244244                  th:method="GET">
    245                 <button class="button" type="submit">Details</button>
     245                <button class="button" type="submit">Детали</button>
    246246            </form>
    247247        </div>
Note: See TracChangeset for help on using the changeset viewer.