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

@ViewBag.Title

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

}

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