yavsc/src/Yavsc/Views/CoWorking/Delete.cshtml

23 lines
464 B
Plaintext

@model CoWorking
@{
7 years ago
ViewData["Title"] = @SR["Delete"];
}
7 years ago
<h2>@SR["Delete"]</h2>
7 years ago
<h3>@SR["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-default" /> |
7 years ago
<a asp-action="Index">@SR["Back to List"]</a>
</div>
</form>
</div>