@using EnVisage.Code @model EnVisage.Models.UserModel @{ ViewBag.Title = Model.Id != Guid.Empty ? "Edit " + Model.UserName : "Add New User"; } @section stylesheets { @Styles.Render(String.Format("{0}/{1}", Constants.C_BUNDLE_STYLES_BASE_PATH, "prevu-permissiontreestyles")) } @section Scripts { @Scripts.Render(String.Format("{0}/{1}", Constants.C_BUNDLE_SCRIPTS_BASE_PATH, "prevu-permissiontree")) }
@{ Html.RenderPartial("_editUser", Model); }