diff --git a/Project-Unite/Views/Forum/ViewTopic.cshtml b/Project-Unite/Views/Forum/ViewTopic.cshtml index 61ef682..13a24f8 100644 --- a/Project-Unite/Views/Forum/ViewTopic.cshtml +++ b/Project-Unite/Views/Forum/ViewTopic.cshtml @@ -92,6 +92,17 @@ } + + @if (Request.IsAuthenticated) + { + if(User.Identity.IsModerator() || post.AuthorId == User.Identity.GetUserId()) + { + + } + }