a099d68915
Initial Release; Includes Database and MVC refactoring
8 lines
174 B
Plaintext
8 lines
174 B
Plaintext
@{
|
|
ViewBag.Title = "Users";
|
|
}
|
|
@if (Authorization.Has(Claims.User.Search))
|
|
{
|
|
<h3>Search for a User</h3>
|
|
@Html.Partial(MVC.Shared.Views._SearchDialog, "users")
|
|
} |