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