Renaming Cart to Basket (#38)

This commit is contained in:
Steve Smith
2017-08-15 14:28:36 -04:00
committed by GitHub
parent 434da3f257
commit 3a95375ae7
6 changed files with 10 additions and 10 deletions

View File

@@ -30,7 +30,7 @@
</a>
</section>
@await Html.PartialAsync("_LoginPartial")
<section class="col-lg-1 col-xs-12"><a asp-controller="Cart" asp-action="Index">Cart</a></section>
<section class="col-lg-1 col-xs-12"><a asp-controller="Basket" asp-action="Index">Basket</a></section>
</article>
</div>