diff --git a/src/PowderCoating.Web/Views/Shared/_Layout.cshtml b/src/PowderCoating.Web/Views/Shared/_Layout.cshtml index 726452f..5efdc0d 100644 --- a/src/PowderCoating.Web/Views/Shared/_Layout.cshtml +++ b/src/PowderCoating.Web/Views/Shared/_Layout.cshtml @@ -1294,6 +1294,15 @@ People & Activity + + + Online Now + @{ var _onlineCount = OnlineUserTracker.GetActiveCount(); } + @if (_onlineCount > 0) + { + @_onlineCount + } + Content & Messaging