File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/web/JSE.WebApp.MVC/Views
Shared/Components/Carrinho Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1- @* @ using JSE.WebApp.MVC.Extensions
1+ @using JSE .WebApp .MVC .Extensions
22@model IEnumerable <JSE .WebApp .MVC .Models .ProdutoViewModel >
33
44@{
4545 </div >
4646 </div >
4747</div >
48- *@
Original file line number Diff line number Diff line change 11@model int
22
3- <a class =" btn btn-icon btn-lg fs-xl btn-outline-secondary position-relative border-0 rounded-circle animate-scale" data-bs-toggle =" offcanvas" data-bs-target =" #shoppingCart" aria-controls =" shoppingCart" aria-label =" Shopping cart" data-bs-placement = " bottom " data-bs-title = " Carrinho " >
3+ <a class =" btn btn-icon btn-lg fs-xl btn-outline-secondary position-relative border-0 rounded-circle animate-scale" data-bs-toggle =" offcanvas" data-bs-target =" #shoppingCart" aria-controls =" shoppingCart" aria-label =" Shopping cart" asp-controller = " Pedido " asp-action = " MeusPedidos " >
44 <span class =" position-absolute top-0 start-100 badge fs-xs text-bg-primary rounded-pill mt-1 ms-n4 z-2" style =" --cz-badge-padding-y : .25em ; --cz-badge-padding-x : .42em " >@Model </span >
55 <i class =" ci-shopping-bag animate-target me-1" ></i >
66</a >
You can’t perform that action at this time.
0 commit comments