summaryrefslogtreecommitdiff
path: root/Project-Unite/Views/Shared
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-05-18 20:42:58 -0400
committerMichael <[email protected]>2017-05-18 20:42:58 -0400
commitcb9e12c980fa6abd64b0a3c57afc6496d60ca89f (patch)
tree48ce0695eca992c39c4de874308ec20510f1cdfe /Project-Unite/Views/Shared
parent7805d69917b05a1af999fa7789d7dbeba3f2167a (diff)
downloadproject-unite-cb9e12c980fa6abd64b0a3c57afc6496d60ca89f.tar.gz
project-unite-cb9e12c980fa6abd64b0a3c57afc6496d60ca89f.tar.bz2
project-unite-cb9e12c980fa6abd64b0a3c57afc6496d60ca89f.zip
Fix LOTS of navbar bugs.
Diffstat (limited to 'Project-Unite/Views/Shared')
-rw-r--r--Project-Unite/Views/Shared/_LoginPartial.cshtml9
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