@model MileageTraker.Web.Models.PurposeType @{ ViewBag.Title = "Purpose Edit"; } @Html.Partial("_StatusMessage")

@ViewBag.Title

@using (Html.BeginForm("Edit", "Purpose", FormMethod.Post, new { @class = "form-horizontal well center-content" })) { @Html.Partial("_ValidationSummary")
@Html.EditorForModel()
}
@Html.ActionLink("Details", "Details", new { id = Model.PurposeTypeId }, new { @class = "btn" })