1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-07 22:46:13 +01:00
fab-manager/app/frontend/templates/cart/index.html
2022-09-08 16:46:26 +02:00

14 lines
377 B
HTML

<div class="header-page">
<div class="back">
<a ui-sref="app.public.store"><i class="fas fa-long-arrow-alt-left "></i></a>
</div>
<div class="center">
<h1 translate>{{ 'app.public.cart.my_cart' }}</h1>
</div>
</div>
<section class="m-lg">
<store-cart current-user="currentUser" user-login="userLogin" on-error="onError" on-success="onSuccess" />
</section>