US01: Add a button to the horse list that redirects us to the create form
This commit is contained in:
parent
1c31939b65
commit
be37d5ce86
@ -44,6 +44,7 @@
|
|||||||
|
|
||||||
<button type="submit" class="btn btn-primary"><i class="fas fa-search"></i></button>
|
<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>
|
<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>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<table class="table">
|
<table class="table">
|
||||||
|
Reference in New Issue
Block a user