diff options
Diffstat (limited to 'Project-Unite/Views/Admin/Users.cshtml')
| -rw-r--r-- | Project-Unite/Views/Admin/Users.cshtml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Project-Unite/Views/Admin/Users.cshtml b/Project-Unite/Views/Admin/Users.cshtml index a9830c5..117ed38 100644 --- a/Project-Unite/Views/Admin/Users.cshtml +++ b/Project-Unite/Views/Admin/Users.cshtml @@ -8,6 +8,10 @@ <p>Below is a list of all users in the database.</p> +<ul class="nav nav-pills"> + <li><a href="@Url.Action("CreateUser")"><span class="glyphicon glyphicon-plus"></span> Create user</a></li> +</ul> + <table class="table"> <tr> <th style="width:85%">User</th> |
