summaryrefslogtreecommitdiff
path: root/Project-Unite/Views/Shared
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-05-18 16:33:27 -0400
committerMichael <[email protected]>2017-05-18 16:33:27 -0400
commite4a501c0260458e99be9ac557df380a1aaf9e6b2 (patch)
tree986cff94ba9e8e8e8c0572474e3d4ea28a67e465 /Project-Unite/Views/Shared
parent1d8b307bb5790aa8c0040a76638f57f757cfb782 (diff)
downloadproject-unite-e4a501c0260458e99be9ac557df380a1aaf9e6b2.tar.gz
project-unite-e4a501c0260458e99be9ac557df380a1aaf9e6b2.tar.bz2
project-unite-e4a501c0260458e99be9ac557df380a1aaf9e6b2.zip
notifications page
Diffstat (limited to 'Project-Unite/Views/Shared')
-rw-r--r--Project-Unite/Views/Shared/_LoginPartial.cshtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Views/Shared/_LoginPartial.cshtml b/Project-Unite/Views/Shared/_LoginPartial.cshtml
index 4acf09b..2a92827 100644
--- a/Project-Unite/Views/Shared/_LoginPartial.cshtml
+++ b/Project-Unite/Views/Shared/_LoginPartial.cshtml
@@ -15,7 +15,7 @@
<ul class="dropdown-menu">
<li class="dropdown-header">Notifications (@Html.NotificationCount(User.Identity.Name) unread)</li>
@Html.GetLatestUnread(User.Identity.Name)
- <li>@Html.ActionLink("View all", "Notifications", "Manage")</li>
+ <li><a href="@Url.Action("Index", "Manage")#t_notifications">View all</a></li>
</ul>
</li>
<li class="dropdown"><a href="#" data-toggle="dropdown" class="dropdown-toggle"><span class="glyphicon glyphicon-user"></span> @Html.UserName(User.Identity.GetUserId()) <span class="caret"></span></a>