Skip to content

Commit

Permalink
Add missing login partial import in web template (OmniSharp#655)
Browse files Browse the repository at this point in the history
πŸ› missing login partial import
  • Loading branch information
peterblazejewicz committed May 14, 2016
1 parent 8facb9a commit f4b7e46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/projects/web/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<li><a asp-controller="Home" asp-action="About">About</a></li>
<li><a asp-controller="Home" asp-action="Contact">Contact</a></li>
</ul>
@await Html.PartialAsync("_LoginPartial")
</div>
</div>
</div>
Expand Down

0 comments on commit f4b7e46

Please sign in to comment.