@using LeafWeb.Web.Utility @model object
@Html.LabelFor(m => m, new { @class = "control-label" }) @Html.EnumDropDownListFor(m => m, new { @class = "form-control" }) @Html.ValidationMessageFor(m => m, null, new { @class = "help-block" })