We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20b43b commit c36452aCopy full SHA for c36452a
src/main/resources/templates/owners/ownersList.html
@@ -19,7 +19,7 @@ <h2>Owners</h2>
19
<tbody>
20
<tr th:each="owner : ${selections}">
21
<td>
22
- <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>
23
</td>
24
<td th:text="${owner.address}"/>
25
<td th:text="${owner.city}"/>
0 commit comments