diff options
Diffstat (limited to 'Project-Unite/Views/Shared/_LoginPartial.cshtml')
| -rw-r--r-- | Project-Unite/Views/Shared/_LoginPartial.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Views/Shared/_LoginPartial.cshtml b/Project-Unite/Views/Shared/_LoginPartial.cshtml index 7c1bfb3..d1ba671 100644 --- a/Project-Unite/Views/Shared/_LoginPartial.cshtml +++ b/Project-Unite/Views/Shared/_LoginPartial.cshtml @@ -11,7 +11,7 @@ <ul class="nav navbar-nav navbar-right" style="margin-right:15px;"> <li>@Html.NewestUser()</li> <li><a href="@Url.Action("ViewUnread", "Forum")"><span class="glyphicon glyphicon-star-empty"></span> @ACL.UnreadPostsCount(User.Identity.Name) unread posts</a></li> - <li class="dropdown"><a href="#" data-toggle="dropdown" class="dropdown-toggle"><span class="glyphicon glyphicon-bullhorn"></span> @Html.NotificationCount(User.Identity.GetUserId())</a> + <li id="notification_body" class="dropdown"><a href="#" data-toggle="dropdown" class="dropdown-toggle"><span class="glyphicon glyphicon-bullhorn"></span> <strong id="notification_count">@Html.NotificationCount(User.Identity.GetUserId())</strong></a> <ul class="dropdown-menu"> <li class="dropdown-header">Notifications (@Html.NotificationCount(User.Identity.Name) unread)</li> @Html.GetLatestUnread(User.Identity.Name) |
