Skip to content

Commit c36452a

Browse files
author
Dave Syer
committed
Use leading / in app URL
Fixes spring-projectsgh-267
1 parent e20b43b commit c36452a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/templates/owners/ownersList.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h2>Owners</h2>
1919
<tbody>
2020
<tr th:each="owner : ${selections}">
2121
<td>
22-
<a th:href="@{owners/__${owner.id}__}" th:text="${owner.firstName + ' ' + owner.lastName}"/></a>
22+
<a th:href="@{/owners/__${owner.id}__}" th:text="${owner.firstName + ' ' + owner.lastName}"/></a>
2323
</td>
2424
<td th:text="${owner.address}"/>
2525
<td th:text="${owner.city}"/>

0 commit comments

Comments
 (0)