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

@ViewBag.Title

@using (Html.BeginForm()) { @Html.ValidationSummary(true)
Log @Html.EditorForModel()

}

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