Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner/src/main/resources/templates/trip-locations-country.html

    rceaed42 r59329aa  
    2727              <span th:text="${loc.getCity().getName()}"/>
    2828            </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>
    3030
    3131            <td>
Note: See TracChangeset for help on using the changeset viewer.