diff options
| -rw-r--r-- | Project-Unite/Views/Shared/_LoginPartial.cshtml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/Project-Unite/Views/Shared/_LoginPartial.cshtml b/Project-Unite/Views/Shared/_LoginPartial.cshtml index 2a92827..a8fa210 100644 --- a/Project-Unite/Views/Shared/_LoginPartial.cshtml +++ b/Project-Unite/Views/Shared/_LoginPartial.cshtml @@ -9,7 +9,6 @@ @Html.AntiForgeryToken() <ul class="nav navbar-nav navbar-right" style="margin-right:15px;"> - <li>@Html.NewestUser()</li> <li><a href="@Url.Action("ViewUnread", "Forum")"><span class="glyphicon glyphicon-star-empty"></span> @ACL.UnreadPostsCount(User.Identity.Name) unread posts</a></li> <li id="notification_body" class="dropdown"><a href="#" data-toggle="dropdown" class="dropdown-toggle"><span class="glyphicon glyphicon-bullhorn"></span> <strong id="notification_count">@Html.NotificationCount(User.Identity.GetUserId())</strong></a> <ul class="dropdown-menu"> @@ -49,10 +48,4 @@ else <li>@Html.ActionLink("Register", "Register", "Account", routeValues: null, htmlAttributes: new { id = "registerLink" })</li> <li>@Html.ActionLink("Log in", "Login", "Account", routeValues: null, htmlAttributes: new { id = "loginLink" })</li> </ul> -} - @using (Html.BeginForm("Search", "Home", FormMethod.Post, new { @class = "navbar-form navbar-right" })) - { - <input type="text" name="query" class="form-control navbar-search" /> - <input type="submit" value="Search" class="btn btn-default" /> - - } +}
\ No newline at end of file |
