Skip to content

Commit

Permalink
#31 closed form
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanL94 committed Apr 16, 2019
1 parent 1b02356 commit 3001a64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/templates/owners/findOwners.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ <h2>Find Owners</h2>
Owner</button>
</div>
</div>
</form>

<form th:object="${owner}" th:action="@{/owners}" method="get"
class="form-horizontal" id="search-owner-form">
Expand All @@ -47,7 +48,7 @@ <h2>Find Owners</h2>
</div>
</div>

</form>
</form>

<br />
<a class="btn btn-default" th:href="@{/owners/new}">Add Owner</a>
Expand Down

0 comments on commit 3001a64

Please sign in to comment.