mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-25 14:52:20 +01:00
19 lines
585 B
HTML
19 lines
585 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.admin.store.manage_the_store' }}</h1>
|
|
</div>
|
|
</div>
|
|
|
|
<section>
|
|
<div class="show-order-nav">
|
|
<a class="back-btn" ng-click="backProductsList()" tabindex="0">
|
|
<i class="fas fa-angle-left"></i>
|
|
<span translate>{{ 'app.admin.store.back_products_list' }}</span>
|
|
</a>
|
|
</div>
|
|
<show-order order-token="orderToken" on-error="onError" on-success="onSuccess" />
|
|
</section> |