@model EnVisage.Models.UOMModel @{ ViewBag.Title = Model != null && Model.Id != Guid.Empty ? "Edit " + Model.Name : "Add New Unit of Measure"; } @section Scripts { }
@using (Html.BeginForm("Edit", "UnitOfMeasure", FormMethod.Post, new { @class = "panel form-horizontal" })) { @Html.AntiForgeryToken() @Html.HiddenFor(t=>t.Id)