diff options
| author | Michael <[email protected]> | 2017-04-17 08:54:18 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-17 08:54:18 -0400 |
| commit | fd59deeac1ed3da76591a9ca372a7ae46d51e6c8 (patch) | |
| tree | 78eeea159b8d73522c72e48917cd574ba2c9b9f0 /Project-Unite/Views/Shared/_LoginPartial.cshtml | |
| parent | a9b8092732e2012ffadc552052e2e070cbf380e4 (diff) | |
| download | project-unite-fd59deeac1ed3da76591a9ca372a7ae46d51e6c8.tar.gz project-unite-fd59deeac1ed3da76591a9ca372a7ae46d51e6c8.tar.bz2 project-unite-fd59deeac1ed3da76591a9ca372a7ae46d51e6c8.zip | |
test
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) |
