diff options
| author | Michael <[email protected]> | 2017-03-24 12:49:56 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-03-24 12:49:56 -0400 |
| commit | 016128611cf66501e811dca74f43a35d5385679c (patch) | |
| tree | 7349c14acbbb4e4aa38677fcff03d2ae4345081d /Project-Unite/Views/Shared | |
| parent | f7767a660c1ab2f5e98d7bf8ad0a7bc9eb801ddf (diff) | |
| download | project-unite-016128611cf66501e811dca74f43a35d5385679c.tar.gz project-unite-016128611cf66501e811dca74f43a35d5385679c.tar.bz2 project-unite-016128611cf66501e811dca74f43a35d5385679c.zip | |
Add notification button and db column
Diffstat (limited to 'Project-Unite/Views/Shared')
| -rw-r--r-- | Project-Unite/Views/Shared/_LoginPartial.cshtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project-Unite/Views/Shared/_LoginPartial.cshtml b/Project-Unite/Views/Shared/_LoginPartial.cshtml index 7c49f01..e5c4b34 100644 --- a/Project-Unite/Views/Shared/_LoginPartial.cshtml +++ b/Project-Unite/Views/Shared/_LoginPartial.cshtml @@ -7,6 +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-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> |
