Skip to content

Commit

Permalink
thymeleaf anchor tag
Browse files Browse the repository at this point in the history
  • Loading branch information
will1771 committed Apr 30, 2015
1 parent 8006ce3 commit a714a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/sponsor.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h3>All Sponsors</h3>
<tr th:each="sponsor : ${sponsors}">
<td th:text="${sponsor.id}"></td>
<td th:text="${sponsor.name}"></td>
<td><a th:text="${sponsor.homePageUrl}"></a></td>
<td> <a th:href="@{${sponsor.homePageUrl}}" th:text="${sponsor.homePageUrl}"/></td>
<td th:text="${sponsor.logoPath}"></td>
<td th:text="${sponsor.sponsorLevelDesc}"></td>
<td> <form th:action="@{/admin/sponsor}" th:method="delete"><input type="hidden" name="id" th:value="${sponsor.id}" /><input type="submit" value="Delete" /></form></td>
Expand Down

0 comments on commit a714a0f

Please sign in to comment.