This commit is contained in:
Austin-Mills 2017-06-02 11:27:31 -04:00
commit a7ce8079b0
2 changed files with 3 additions and 11 deletions

View file

@ -3,9 +3,8 @@
<html xmlns:th="http://www.thymeleaf.org" th:replace="~{fragments/layout :: layout (~{::body},'error')}">
<body>
<img src="../static/resources/images/pets.png" th:src="@{/resources/images/pets.png}"/>
<h2>Something happened...</h2>
<p th:text="${message}">Exception message</p>
<h2>Reviews</h2>
<p>We are currently curating our review.</p>
</body>
</html>
</html>

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>