Browse Source

Merge pull request #301 from dotnet-architecture/update-button-on-empty-basket

Update style for when the basket is empty
main
Eric Fleming 6 years ago
committed by GitHub
parent
commit
0426377955
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      src/Web/Pages/Basket/Index.cshtml

10
src/Web/Pages/Basket/Index.cshtml

@ -87,8 +87,12 @@
} }
else else
{ {
<div class="esh-catalog-items row"> <h3 class="esh-catalog-items row">
Basket is empty. <a asp-page="/Index">Continue Shopping..</a> Basket is empty.
</div> </h3>
<section class="esh-basket-item">
<a asp-page="/Index" class="btn esh-basket-checkout text-white">[ Continue Shopping..]</a>
</section>
} }
</div> </div>

Loading…
Cancel
Save