summaryrefslogtreecommitdiff
path: root/Project-Unite/Views/Admin/AddUserToRole.cshtml
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-03-26 12:30:40 -0400
committerMichael <[email protected]>2017-03-26 12:30:40 -0400
commit46f46b7238e62d6c1ef524372e3b28960f5810cf (patch)
treec13ced3234611736fc742a5ecc20f8f4e344eb73 /Project-Unite/Views/Admin/AddUserToRole.cshtml
parent6b3417559f2e847c0491dbc009d0680b07a616dd (diff)
downloadproject-unite-46f46b7238e62d6c1ef524372e3b28960f5810cf.tar.gz
project-unite-46f46b7238e62d6c1ef524372e3b28960f5810cf.tar.bz2
project-unite-46f46b7238e62d6c1ef524372e3b28960f5810cf.zip
WAN
Diffstat (limited to 'Project-Unite/Views/Admin/AddUserToRole.cshtml')
-rw-r--r--Project-Unite/Views/Admin/AddUserToRole.cshtml8
1 files 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 @@
{
<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.DisplayNameFor(Model => Model.Username)</td>
+ <td>@Html.DropDownListFor(Model => Model.Username, Model.Users, new { @class = "form-control" })</td>
</tr>
<tr>
- <td>@Html.DisplayNameFor(model => model.RoleId)</td>
- <td>@Html.DropDownListFor(model => model.RoleId, Model.Roles, new { @class = "form-control" })</td>
+ <td>@Html.DisplayNameFor(Model => Model.RoleId)</td>
+ <td>@Html.DropDownListFor(Model => Model.RoleId, Model.Roles, new { @class = "form-control" })</td>
</tr>
</table>