@model MileageTraker.Web.Models.Vehicle @{ ViewBag.Title = "Vehicle Details"; } @section Styles { }

@ViewBag.Title

Vehicle @Html.DisplayForModel()

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