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

18 lines
451 B
HTML
Raw Normal View History

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