removed save xml/json from vet list

This commit is contained in:
Sasank Vishnubhatla 2017-06-02 11:10:42 -04:00
parent bcaf4b5371
commit 96c073da45

View file

@ -24,12 +24,5 @@
</tbody>
</table>
<table class="table-buttons">
<tr>
<td><a th:href="@{/vets.xml}">View as XML</a></td>
<td><a th:href="@{/vets.json}">View as JSON</a></td>
</tr>
</table>
</body>
</html>