1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-02 13:24:20 +01:00
fab-manager/app/frontend/templates/products/show.html
2022-09-08 16:27:34 +02:00

18 lines
451 B
HTML

<div class="header-page">
<div class="back">
<a ng-click="backPrevLocation($event)"><i class="fas fa-long-arrow-alt-left "></i></a>
</div>
<div class="center">
<h1 translate>{{ 'app.public.store.fablab_store' }}</h1>
</div>
<div class="right">
<cart-button />
</div>
</div>
<section class="m-lg">
<store-product product-slug="productSlug" current-user="currentUser" on-error="onError" on-success="onSuccess" />
</section>