mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
Merge branch 'master' of https://github.com/sasankglowtouch/kidclinic
This commit is contained in:
commit
a7ce8079b0
2 changed files with 3 additions and 11 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue