diff --git a/PlotLine/Views/Shared/_Layout.cshtml b/PlotLine/Views/Shared/_Layout.cshtml index 1ef3f75..577feb9 100644 --- a/PlotLine/Views/Shared/_Layout.cshtml +++ b/PlotLine/Views/Shared/_Layout.cshtml @@ -126,27 +126,6 @@ - - @if (isAdmin) - { - - } } else { @@ -164,6 +143,25 @@
@if (User.Identity?.IsAuthenticated == true) { +
+ + Feature Requests + @if (featureRequestAttentionCount > 0) + { + @featureRequestAttentionCount + } + + @if (isAdmin) + { + + Admin + @if (adminFeatureRequestAttentionCount > 0) + { + @adminFeatureRequestAttentionCount + } + + } +