Changeset 59329aa for trip-planner/src/main/resources/templates
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- Location:
- trip-planner/src/main/resources/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner/src/main/resources/templates/trip-locations-country.html
rceaed42 r59329aa 27 27 <span th:text="${loc.getCity().getName()}"/> 28 28 </td> 29 <!-- <td><img th:src="*{'data:image/jpeg;base64,'+ imgUtil.getImgData(loc.getPhoto())}" alt="" /></td> -->29 <td><img th:src="*{'data:image/jpeg;base64,'+ imgUtil.getImgData(loc.getPhoto())}" alt="" /></td> 30 30 31 31 <td> -
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.