diff options
| author | Michael <[email protected]> | 2017-03-26 12:27:28 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-03-26 12:27:28 -0400 |
| commit | 6b3417559f2e847c0491dbc009d0680b07a616dd (patch) | |
| tree | 0283ccd2f0f43bd15c1cf95078f26567c09479f8 /Project-Unite/Views/Admin | |
| parent | f8808ebe131b34da4013b407fe58f235b6a439aa (diff) | |
| download | project-unite-6b3417559f2e847c0491dbc009d0680b07a616dd.tar.gz project-unite-6b3417559f2e847c0491dbc009d0680b07a616dd.tar.bz2 project-unite-6b3417559f2e847c0491dbc009d0680b07a616dd.zip | |
meow
Diffstat (limited to 'Project-Unite/Views/Admin')
| -rw-r--r-- | Project-Unite/Views/Admin/AddUserToRole.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Views/Admin/AddUserToRole.cshtml b/Project-Unite/Views/Admin/AddUserToRole.cshtml index d91124a..899c143 100644 --- a/Project-Unite/Views/Admin/AddUserToRole.cshtml +++ b/Project-Unite/Views/Admin/AddUserToRole.cshtml @@ -11,7 +11,7 @@ <table class="table-condensed"> <tr> <td>@Html.DisplayNameFor(model => model.Username)</td> - <td>@Html.DropdownListFor(model => model.Username, Model.Users, new { @class = "form-control" })</td> + <td>@Html.DropDownListFor(model => model.Username, Model.Users, new { @class = "form-control" })</td> </tr> <tr> <td>@Html.DisplayNameFor(model => model.RoleId)</td> |
