More Progress
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
ViewBag.Title = "Delete Log";
|
||||
}
|
||||
|
||||
<h2>@ViewBag.Title</h2>
|
||||
@{ Html.RenderPartial("BackToLogs"); }
|
||||
|
||||
@Html.ActionLink("Back to List", "Index", null, new { @class = "btn" })
|
||||
<h2>@ViewBag.Title</h2>
|
||||
|
||||
<h3>Are you sure you wish to delete this log?</h3>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user