Design changes

This commit is contained in:
Dimitar Byalkov
2022-04-08 20:55:29 +03:00
parent 9f3b3f88bb
commit c9777042c0
12 changed files with 36 additions and 64 deletions

View File

@@ -51,7 +51,7 @@
<form asp-action="Delete">
<input type="hidden" asp-for="Id" />
<input type="submit" value="Delete" class="btn btn-danger" /> |
<a asp-action="Index">Back to List</a>
<input type="submit" value="Delete" class="btn btn-danger" />
<a type="button" class="btn btn-secondary" asp-action="Index">Back to List</a>
</form>
</div>