summaryrefslogtreecommitdiff
path: root/Project-Unite/Views
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-03-24 12:52:39 -0400
committerMichael <[email protected]>2017-03-24 12:52:39 -0400
commiteae28fa3d278c91f2b42b8420db2dd5704d5a049 (patch)
treea458b557409b32242b04c5a77f58cc60e90ab449 /Project-Unite/Views
parent016128611cf66501e811dca74f43a35d5385679c (diff)
downloadproject-unite-eae28fa3d278c91f2b42b8420db2dd5704d5a049.tar.gz
project-unite-eae28fa3d278c91f2b42b8420db2dd5704d5a049.tar.bz2
project-unite-eae28fa3d278c91f2b42b8420db2dd5704d5a049.zip
gahhh
Diffstat (limited to 'Project-Unite/Views')
-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 e5c4b34..7abc0d1 100644
--- a/Project-Unite/Views/Shared/_LoginPartial.cshtml
+++ b/Project-Unite/Views/Shared/_LoginPartial.cshtml
@@ -7,7 +7,7 @@
<ul class="nav navbar-nav navbar-right" style="margin-right:15px;">
<li>@Html.NewestUser()</li>
- <li class="dropdown"><a href="#" data-toggle="dropdown" class="dropdown-toggle"><span class="glyphicon glyphicon-bell"></span> @Html.NotificationCount(User.Identity.GetUserId())</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>
<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>
<ul class="dropdown-menu">
<li><a href="@Url.Action("ViewProfile", "Profiles", new { id = ACL.UserNameRaw(User.Identity.GetUserId()) })"><span class="glyphicon glyphicon-user"></span> Profile</a></li>