@model MileageTraker.Web.Models.Vehicle @{ ViewBag.Title = "Vehicle Details"; } @section Styles { }
@Html.ActionLink("Edit", "Edit", new { id = Model.VehicleId }, new { @class = "ui-button" }) @Html.ActionLink("Back to List", "Index", null, new { @class = "ui-button" })