diff --git a/Project-Unite/Views/Admin/Index.cshtml b/Project-Unite/Views/Admin/Index.cshtml index 16c0b82..942838e 100644 --- a/Project-Unite/Views/Admin/Index.cshtml +++ b/Project-Unite/Views/Admin/Index.cshtml @@ -1,5 +1,7 @@ @using Project_Unite.Models; @using Microsoft.AspNet.Identity; +@using Project_Unite.Controllers; + @{ ViewBag.Title = "Administration Control Panel"; var db = new ApplicationDbContext(); @@ -79,7 +81,61 @@ git clone https://github.com/MichaelTheShifter/Project-Unite
Your changes will be applied after you push your commits to this repository, or your pull request gets merged.
- +This feature is not yet implemented.
+Below is a paginated list of all users in the database, most recent users first.
+ +User | +Actions | +
---|---|
+ @Html.UserLink(user.Id) + Joined on: @user.JoinedAt • Banned: @user.IsBanned • Posts: @user.PostCount • Topics: @user.TopicCount + |
+ + View Profile + Moderate + | +