From 46f46b7238e62d6c1ef524372e3b28960f5810cf Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 26 Mar 2017 12:30:40 -0400 Subject: [PATCH] WAN --- Project-Unite/Views/Admin/AddUserToRole.cshtml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project-Unite/Views/Admin/AddUserToRole.cshtml b/Project-Unite/Views/Admin/AddUserToRole.cshtml index 899c143..33a6c16 100644 --- a/Project-Unite/Views/Admin/AddUserToRole.cshtml +++ b/Project-Unite/Views/Admin/AddUserToRole.cshtml @@ -10,12 +10,12 @@ { - - + + - - + +
@Html.DisplayNameFor(model => model.Username)@Html.DropDownListFor(model => model.Username, Model.Users, new { @class = "form-control" })@Html.DisplayNameFor(Model => Model.Username)@Html.DropDownListFor(Model => Model.Username, Model.Users, new { @class = "form-control" })
@Html.DisplayNameFor(model => model.RoleId)@Html.DropDownListFor(model => model.RoleId, Model.Roles, new { @class = "form-control" })@Html.DisplayNameFor(Model => Model.RoleId)@Html.DropDownListFor(Model => Model.RoleId, Model.Roles, new { @class = "form-control" })