From c018086ad6c5431047930bc8401f1b97d7ece73f Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 8 May 2017 12:47:53 -0400 Subject: show acp user details in a modal --- Project-Unite/Views/Admin/Index.cshtml | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'Project-Unite/Views') diff --git a/Project-Unite/Views/Admin/Index.cshtml b/Project-Unite/Views/Admin/Index.cshtml index 9ec5202..5037ba3 100644 --- a/Project-Unite/Views/Admin/Index.cshtml +++ b/Project-Unite/Views/Admin/Index.cshtml @@ -207,7 +207,27 @@ git clone https://github.com/MichaelTheShifter/Project-Unite - + @foreach (var user in db.Users.ToArray()) + { + + } @*USERS*@ @@ -251,7 +271,7 @@ git clone https://github.com/MichaelTheShifter/Project-Unite View Profile - Moderate + Moderate } -- cgit v1.2.3