Skip to content
Snippets Groups Projects

Resolve "As a child, I want an interesting and exciting story based trail with obvious landmarks, so I can follow the trail with ease."

1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
@@ -21,8 +21,9 @@
@@ -21,8 +21,9 @@
</div>
</div>
<div class="centre">
<div class="centre">
<ul>
<ul th:each="item : ${landmarksList}">
<li th:insert="fragments/landmarkFrag.html :: landmarkList"></li>
<p th:text="${item.landmarkName}"></p>
 
<p th:text="${item.landmarkDescription}"></p>
</ul>
</ul>
</div>
</div>
Loading