Changeset f02aea4 for src/main/resources/templates/edit_form.html
- Timestamp:
- 09/14/23 23:41:33 (14 months ago)
- Branches:
- master
- Parents:
- 0e4d807
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/edit_form.html
r0e4d807 rf02aea4 36 36 37 37 <ul class="nav navbar-nav navbar-right"> 38 <li style="color: white; padding-left: 5px;" class="nav-item" th:if="${session.korisnik != null}" 39 th:text="${'Welcome, ' + session.korisnik.ime }"> 40 <a class="nav-link" href="#"> 41 42 </a> 43 </li> 38 44 39 45 40 <li class="nav-item" th:if="${session.korisnik == null}">
Note:
See TracChangeset
for help on using the changeset viewer.