diff options
| author | Michael <[email protected]> | 2017-03-23 09:51:13 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-03-23 09:51:13 -0400 |
| commit | 1bcaa0b444be00949abcbd2dbf2110700b452e8f (patch) | |
| tree | 698b614bb5b2ee772a021f903609382f372bfe66 /Project-Unite | |
| parent | 8f1fbeadb243a486dce7bbfd9b932a551fd36350 (diff) | |
| download | project-unite-1bcaa0b444be00949abcbd2dbf2110700b452e8f.tar.gz project-unite-1bcaa0b444be00949abcbd2dbf2110700b452e8f.tar.bz2 project-unite-1bcaa0b444be00949abcbd2dbf2110700b452e8f.zip | |
Maybe I should actually IMPLEMENT the change...
Diffstat (limited to 'Project-Unite')
| -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 ad6978c..1ea2733 100644 --- a/Project-Unite/Views/Shared/_LoginPartial.cshtml +++ b/Project-Unite/Views/Shared/_LoginPartial.cshtml @@ -6,6 +6,7 @@ @Html.AntiForgeryToken() <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-user"></span> @Html.UserName(User.Identity.GetUserId()) <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="@Url.Action("ViewProfile", "Profiles", new { name = User.Identity.Name })"><span class="glyphicon glyphicon-user"></span> Profile</a></li> |
