- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/home.html
r0fb69cc r39a45e6 215 215 <form th:action="@{'/home/getFilm/{id}' (id=${film.getId_film()})}" 216 216 th:method="GET"> 217 <button class="button" type="submit"> Details</button>217 <button class="button" type="submit">Детали</button> 218 218 </form> 219 219 … … 243 243 <form th:action="@{'/home/getFilm/{id}' (id=${event.getId_event()})}" 244 244 th:method="GET"> 245 <button class="button" type="submit"> Details</button>245 <button class="button" type="submit">Детали</button> 246 246 </form> 247 247 </div>
Note:
See TracChangeset
for help on using the changeset viewer.