From 9c5d57e4f58fa5e5261212fcbcada74bf5754a81 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 9 May 2017 20:08:01 -0400 Subject: [PATCH] More fixes. --- Project-Unite/Views/Shared/_Layout.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project-Unite/Views/Shared/_Layout.cshtml b/Project-Unite/Views/Shared/_Layout.cshtml index 8c21f1c..29278bc 100644 --- a/Project-Unite/Views/Shared/_Layout.cshtml +++ b/Project-Unite/Views/Shared/_Layout.cshtml @@ -156,7 +156,7 @@

We'd like to formally thank Philip Adams. Without him, we would not exist. Phil has contributed years of work and help to ShiftOS and is the original developer of the game. He has written code that is still used to this day in modern ShiftOS, and much of the ideas and mechanics in the game are from his mind.

Check Phil out on YouTube: OSFirstTimer | AstralPhaser | YouTube Millionaire

- @if (User.Identity.IsAdmin()) + @if ((bool)User.Identity?.IsAdmin()) {

@Html.ActionLink("Administrator Control Panel", "Index", "Admin")

}