Deploy to Staging

This commit is contained in:
Bongas 2020-05-14 11:16:04 +08:00
parent 04a555668f
commit ce18b6c973
3 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ class WelcomeController {
@GetMapping("/")
public String welcome() {
return "welcome";
return "trigger changes";
}
}

View file

@ -46,7 +46,7 @@
<li th:replace="::menuItem ('/','home','home page','home','Home')">
<span class="glyphicon glyphicon-home" aria-hidden="true"></span>
<span>Home</span>
<span>Bahay</span>
</li>
<li th:replace="::menuItem ('/owners/find','owners','find owners','search','Find owners')">

View file

@ -4,7 +4,7 @@
<body>
<h2 th:text="#{welcome}">Welcome</h2>
<h2 th:text="#{welcome}">Sample changes</h2>
<div class="row">
<div class="col-md-12">
<img class="img-responsive" src="../static/resources/images/pets.png" th:src="@{/resources/images/pets.png}"/>