From 28a8e99316397a48af8faf29261ca366a75b8958 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 7 Apr 2017 11:17:13 -0400 Subject: [PATCH] Even more fixes. --- Project-Unite/Views/Shared/_LoginPartial.cshtml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Project-Unite/Views/Shared/_LoginPartial.cshtml b/Project-Unite/Views/Shared/_LoginPartial.cshtml index 53a9400..8ebfcf4 100644 --- a/Project-Unite/Views/Shared/_LoginPartial.cshtml +++ b/Project-Unite/Views/Shared/_LoginPartial.cshtml @@ -50,11 +50,9 @@ else
  • @Html.ActionLink("Log in", "Login", "Account", routeValues: null, htmlAttributes: new { id = "loginLink" })
  • } -