Correct view as xml url

This commit is contained in:
Kristof Neirynck 2016-11-29 22:36:52 +01:00 committed by Dave Syer
parent 7dcae7cc86
commit ca2a66500f

View file

@ -26,8 +26,7 @@
<table class="table-buttons"> <table class="table-buttons">
<tr> <tr>
<td><a th:href="@{/vets.html}">View <td><a th:href="@{/vets.xml}">View as XML</a></td>
as XML</a></td>
<td><a th:href="@{/vets.json}">View as JSON</a></td> <td><a th:href="@{/vets.json}">View as JSON</a></td>
</tr> </tr>
</table> </table>