@model MileageTraker.Web.Models.Log @{ ViewBag.Title = "Delete Log"; } @{ Html.RenderPartial("BackToLogs"); }

@ViewBag.Title

Are you sure you wish to delete this log?

@Html.DisplayForModel() @using (Html.BeginForm()) {

@Html.ActionLink("Cancel", "Details", new { id = Model.LogId }, new { @class = "btn" })

}