@model MileageTraker.Web.Models.Log @{ ViewBag.Title = "Delete Log"; }

@ViewBag.Title

Are you sure you want to delete this?

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

@Html.ActionLink("Back to List", "Index", null, new { @class = "ui-button" })

}