- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner/src/main/resources/templates/trip-locations.html
rceaed42 r59329aa 58 58 <td th:text="${loc.getName()}" ></td> 59 59 <td th:text="${loc.getId()}" ></td> 60 < !-- <td><img th:src="*{'data:image/jpeg;base64,'+ imgUtil.getImgData(loc.getPhoto())}" alt="" /></td> -->60 <td><img th:src="*{'data:image/jpeg;base64,'+ imgUtil.getImgData(loc.getPhoto())}" alt="" /></td> 61 61 <td class="selectedLocation"> 62 62 <a th:href="@{'/create/trip/locations/{id}' (id=${loc.getId()})}" class="btn btn-primary " >Add to planner</a>
Note:
See TracChangeset
for help on using the changeset viewer.