Maybe I should actually IMPLEMENT the change...

This commit is contained in:
Michael 2017-03-23 09:51:13 -04:00
parent 8f1fbeadb2
commit 1bcaa0b444

View file

@ -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>