diff options
| author | Michael <[email protected]> | 2017-05-22 11:53:52 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-22 11:53:52 -0400 |
| commit | 85aba29b5f6914d5825ae8c2d2b29e03fd7f48a4 (patch) | |
| tree | 72ad5b1b633c09d9770085cb6c44d5abe7a17ce8 | |
| parent | 2eb4fafc2794aa3806881de428c816125df4e3b6 (diff) | |
| download | project-unite-85aba29b5f6914d5825ae8c2d2b29e03fd7f48a4.tar.gz project-unite-85aba29b5f6914d5825ae8c2d2b29e03fd7f48a4.tar.bz2 project-unite-85aba29b5f6914d5825ae8c2d2b29e03fd7f48a4.zip | |
Fix even more bugs.
| -rw-r--r-- | Project-Unite/Views/Shared/_LoginPartial.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Views/Shared/_LoginPartial.cshtml b/Project-Unite/Views/Shared/_LoginPartial.cshtml index 0d1c22b..88a3a6d 100644 --- a/Project-Unite/Views/Shared/_LoginPartial.cshtml +++ b/Project-Unite/Views/Shared/_LoginPartial.cshtml @@ -5,7 +5,7 @@ <li><a href="@Url.Action("SendFeedback", "Home")"><span class="glyphicon glyphicon-star"></span> Send feedback</a></li> @if (Request.IsAuthenticated) { - using (Html.BeginForm("LogOff", "Account", FormMethod.Post, new { id = "logoutForm", @class = "navbar-right" })) + using (Html.BeginForm("LogOff", "Account", FormMethod.Post, new { id = "logoutForm" })) { @Html.AntiForgeryToken() |
