Skip to content
Snippets Groups Projects
Commit 3d3cc9dc authored by Rhys Nute's avatar Rhys Nute
Browse files

sorted duplication out

parent 15f288c0
No related branches found
No related tags found
1 merge request!16Ready to merge - Database
......@@ -7,7 +7,7 @@
<body>
<div>
<ul th:each="trail:${trails}">
<li th:text="${trails}"></li>
<li th:text="${trail}"></li>
</ul>
</div>
</body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment