Skip to content

Commit

Permalink
Merge pull request #3 from HTBox/master
Browse files Browse the repository at this point in the history
Bring local fork to latest code
  • Loading branch information
rockfordlhotka committed Nov 7, 2015
2 parents 83920cb + 9844228 commit 9f4352c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AllReadyApp/Web-App/AllReady/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a asp-controller="Home" asp-action="About">About</a></li>
<li><a href="#">Blog</a></li>
<li><a href="http://www.htbox.org/blog/">Blog</a></li>
<li><a asp-controller="Campaign" asp-action="Index">Campaigns</a></li>
<li><a asp-controller="Tenant" asp-action="Index">Organizations</a></li>
@await Html.PartialAsync("_AdminNavigationPartial")
Expand Down

0 comments on commit 9f4352c

Please sign in to comment.