mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-23 01:32:16 +00:00
meow
This commit is contained in:
parent
f8808ebe13
commit
6b3417559f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
<table class="table-condensed">
|
<table class="table-condensed">
|
||||||
<tr>
|
<tr>
|
||||||
<td>@Html.DisplayNameFor(model => model.Username)</td>
|
<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>
|
||||||
<tr>
|
<tr>
|
||||||
<td>@Html.DisplayNameFor(model => model.RoleId)</td>
|
<td>@Html.DisplayNameFor(model => model.RoleId)</td>
|
||||||
|
|
Loading…
Reference in a new issue