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/Project-Unite.csproj | 2 +- Project-Unite/Views/Admin/Index.cshtml | 24 ++++++++++++++++++++++-- 2 files changed, 23 insertions(+), 3 deletions(-) (limited to 'Project-Unite') diff --git a/Project-Unite/Project-Unite.csproj b/Project-Unite/Project-Unite.csproj index 11604fa..dd41d50 100644 --- a/Project-Unite/Project-Unite.csproj +++ b/Project-Unite/Project-Unite.csproj @@ -754,7 +754,7 @@ True 53520 / - https://localhost:44388/ + http://localhost:8080/ False False 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