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

@ViewBag.Title

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