Ignore:
Timestamp:
02/10/23 11:18:48 (21 months ago)
Author:
DenicaKj <dkorvezir@…>
Branches:
master
Children:
04153a9
Parents:
7926d68
Message:

Interested in event

File:
1 edited

Legend:

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

    r7926d68 ref84238  
    2424        border-radius: 20px;
    2525    }
     26    .button {
     27        top:250px;
     28        background-color: #ff5019;
     29        border: none;
     30        color: black;
     31        padding: 10px 20px;
     32        text-align: center;
     33        text-decoration: none;
     34        display: inline-block;
     35        font-size: 16px;
     36        border-radius: 20px;
     37    }
     38    .form-group{
     39        width: 200px;
     40    }
    2641</style>
    2742<div xmlns:th="http://www.thymeleaf.org">
     
    3752                минути
    3853            </h4>
     54            <form th:action="@{'/home/addInterestedEvent/{id}' (id=${event.id_event})}"
     55                  th:method="POST">
     56                <button class="button" type="submit">Додади Заинтересиран</button>
     57            </form>
    3958        </div>
    4059        <div class="slika">
Note: See TracChangeset for help on using the changeset viewer.