Skip to content
Snippets Groups Projects
Commit c36452a2 authored by Dave Syer's avatar Dave Syer
Browse files

Use leading / in app URL

Fixes gh-267
parent e20b43b0
No related branches found
Tags 1.5.x
No related merge requests found
......@@ -19,7 +19,7 @@
<tbody>
<tr th:each="owner : ${selections}">
<td>
<a th:href="@{owners/__${owner.id}__}" th:text="${owner.firstName + ' ' + owner.lastName}"/></a>
<a th:href="@{/owners/__${owner.id}__}" th:text="${owner.firstName + ' ' + owner.lastName}"/></a>
</td>
<td th:text="${owner.address}"/>
<td th:text="${owner.city}"/>
......
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