Exercise Files
This commit is contained in:
16
Ch03/03_Solution/Website/Views/Cart/EmptyCart.cshtml
Normal file
16
Ch03/03_Solution/Website/Views/Cart/EmptyCart.cshtml
Normal file
@ -0,0 +1,16 @@
|
||||
@model HPlusSports.Models.ShoppingCart
|
||||
|
||||
@{
|
||||
ViewBag.Title = "Cart";
|
||||
}
|
||||
|
||||
<div class="row">
|
||||
<div class="well well-lg">
|
||||
<p>Your shopping cart is empty!</p>
|
||||
<p>
|
||||
Head on over to
|
||||
@Html.ActionLink("the Product Catalog", "Index", "Products")
|
||||
to find something!
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user