mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-02 04:57:35 +00:00
Even more fixes.
This commit is contained in:
parent
4751742df2
commit
28a8e99316
1 changed files with 3 additions and 5 deletions
|
@ -50,11 +50,9 @@ else
|
|||
<li>@Html.ActionLink("Log in", "Login", "Account", routeValues: null, htmlAttributes: new { id = "loginLink" })</li>
|
||||
</ul>
|
||||
}
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
@using (Html.BeginForm("Search", "Home", FormMethod.Post))
|
||||
@using (Html.BeginForm("Search", "Home", FormMethod.Post, new { @class = "navbar-form navbar-right" }))
|
||||
{
|
||||
<li><input type="text" name="query" class="fprm-control navbar-search" />
|
||||
<input type="submit" value="Search" class="btn btn-default" /></li>
|
||||
<input type="text" name="query" class="fprm-control navbar-search" />
|
||||
<input type="submit" value="Search" class="btn btn-default" />
|
||||
|
||||
}
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Reference in a new issue