diff options
| author | Michael <[email protected]> | 2017-03-24 12:52:39 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-03-24 12:52:39 -0400 |
| commit | eae28fa3d278c91f2b42b8420db2dd5704d5a049 (patch) | |
| tree | a458b557409b32242b04c5a77f58cc60e90ab449 /Project-Unite | |
| parent | 016128611cf66501e811dca74f43a35d5385679c (diff) | |
| download | project-unite-eae28fa3d278c91f2b42b8420db2dd5704d5a049.tar.gz project-unite-eae28fa3d278c91f2b42b8420db2dd5704d5a049.tar.bz2 project-unite-eae28fa3d278c91f2b42b8420db2dd5704d5a049.zip | |
gahhh
Diffstat (limited to 'Project-Unite')
| -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 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> |
