summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-07 11:18:26 -0400
committerMichael <[email protected]>2017-04-07 11:18:26 -0400
commiteca15c91f8c4d09c036bf13202bd78a7b31bde1b (patch)
tree5f61def27a843f6521f3abaa52b8e06ccc7d83e9
parent28a8e99316397a48af8faf29261ca366a75b8958 (diff)
downloadproject-unite-eca15c91f8c4d09c036bf13202bd78a7b31bde1b.tar.gz
project-unite-eca15c91f8c4d09c036bf13202bd78a7b31bde1b.tar.bz2
project-unite-eca15c91f8c4d09c036bf13202bd78a7b31bde1b.zip
Had a bit of a typo.
-rw-r--r--Project-Unite/Views/Shared/_LoginPartial.cshtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Views/Shared/_LoginPartial.cshtml b/Project-Unite/Views/Shared/_LoginPartial.cshtml
index 8ebfcf4..7c1bfb3 100644
--- a/Project-Unite/Views/Shared/_LoginPartial.cshtml
+++ b/Project-Unite/Views/Shared/_LoginPartial.cshtml
@@ -52,7 +52,7 @@ else
}
@using (Html.BeginForm("Search", "Home", FormMethod.Post, new { @class = "navbar-form navbar-right" }))
{
- <input type="text" name="query" class="fprm-control navbar-search" />
+ <input type="text" name="query" class="form-control navbar-search" />
<input type="submit" value="Search" class="btn btn-default" />
}