Fix buttons in CRUD pages.

This commit is contained in:
2019-11-08 00:32:48 +00:00
parent caba67e0f4
commit aff14cdaa7
124 changed files with 306 additions and 389 deletions

View File

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