US01: Add a button to the horse list that redirects us to the create form

This commit is contained in:
Ivaylo Ivanov 2020-04-05 17:50:28 +02:00
parent 1c31939b65
commit be37d5ce86
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@
<button type="submit" class="btn btn-primary"><i class="fas fa-search"></i></button>
<button type="button" onclick="document.getElementById('searchForm').reset();" class="btn btn-danger"><i class="fas fa-times"></i></button>
<a href="horse/add" class="btn btn-success"><i class="fas fa-plus"></i></a>
</div>
</form>
<table class="table">