Files
yavsc/src/Yavsc/Views/CoWorking/Delete.cshtml
Paul Schneider a757232ec4 button class
2025-07-12 19:00:30 +01:00

23 lines
438 B
Plaintext

@model CoWorking
@{
ViewData["Title"] = "Delete";
}
<h2>Delete</h2>
<h3>AreYourSureYouWantToDeleteThis</h3>
<div>
<h4>CoWorking</h4>
<hr />
<dl class="dl-horizontal">
</dl>
<form asp-action="Delete">
<div class="form-actions no-color">
<input type="submit" value="Delete" class="btn btn-primary" /> |
<a asp-action="Index">Back to List</a>
</div>
</form>
</div>