Skip to content

Commit

Permalink
Added buttons to the lookups page in support of #461.
Browse files Browse the repository at this point in the history
  • Loading branch information
uncheckederror committed Jun 20, 2024
1 parent 2f9e1ee commit 7a1350c
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion NumberSearch.Mvc/Views/Lookup/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -572,4 +572,17 @@
</form>
</div>
</div>
}
}

<div class="mt-auto fixed-bottom bg-white pt-1 pb-1 shadow">
<div class="container">
<div class="row">
<div class="col">
<a type="button" class="btn btn-primary btn-lg btn-block" asp-controller="Hardware" asp-action="Index">◁ Add Hardware</a>
</div>
<div class="col">
<a type="button" class="btn btn-success btn-lg btn-block" asp-controller="Cart" asp-action="Index">Review your Cart 🛒</a>
</div>
</div>
</div>
</div>

0 comments on commit 7a1350c

Please sign in to comment.