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

@ViewBag.Title

@using (Html.BeginForm("Edit", "Log", FormMethod.Post, new { @class = "form-horizontal well center-content" })) { @Html.Partial("_ValidationSummary")
@Html.EditorForModel()
}