2016-03-23 18:39:41 +01:00
|
|
|
<section class="heading b-b">
|
|
|
|
<div class="row no-gutter">
|
|
|
|
<div class="col-xs-2 col-sm-2 col-md-1">
|
|
|
|
<section class="heading-btn">
|
|
|
|
<a href="#" ng-click="backPrevLocation($event)"><i class="fa fa-long-arrow-left "></i></a>
|
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
<div class="col-xs-10 col-sm-10 col-md-8 b-l">
|
|
|
|
<section class="heading-title">
|
2017-02-14 14:58:16 +01:00
|
|
|
<h1 translate>{{ 'pricing.pricing_management' }}</h1>
|
2016-03-23 18:39:41 +01:00
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
|
|
<section class="m-lg">
|
|
|
|
<div class="row">
|
|
|
|
|
|
|
|
<div class="col-md-12">
|
|
|
|
<uib-tabset justified="true">
|
|
|
|
|
2017-02-14 14:58:16 +01:00
|
|
|
<uib-tab heading="{{ 'pricing.subscriptions' | translate }}">
|
2016-08-04 12:08:33 +02:00
|
|
|
<ng-include src="'<%= asset_path 'admin/pricing/subscriptions.html' %>'"></ng-include>
|
2016-03-23 18:39:41 +01:00
|
|
|
</uib-tab>
|
|
|
|
|
2017-02-14 14:58:16 +01:00
|
|
|
<uib-tab heading="{{ 'pricing.trainings' | translate }}">
|
2016-08-04 12:08:33 +02:00
|
|
|
<ng-include src="'<%= asset_path 'admin/pricing/trainings.html' %>'"></ng-include>
|
2016-03-23 18:39:41 +01:00
|
|
|
</uib-tab>
|
|
|
|
|
2017-02-14 14:58:16 +01:00
|
|
|
<uib-tab heading="{{ 'pricing.machine_hours' | translate }}">
|
2016-08-04 12:08:33 +02:00
|
|
|
<ng-include src="'<%= asset_path 'admin/pricing/machine_hours.html' %>'"></ng-include>
|
2016-03-23 18:39:41 +01:00
|
|
|
</uib-tab>
|
|
|
|
|
2017-03-01 15:58:40 +01:00
|
|
|
<uib-tab heading="{{ 'pricing.spaces' | translate }}" ng-hide="fablabWithoutSpaces">
|
2017-02-14 15:25:28 +01:00
|
|
|
<ng-include src="'<%= asset_path 'admin/pricing/spaces.html' %>'"></ng-include>
|
|
|
|
</uib-tab>
|
|
|
|
|
2017-02-14 14:58:16 +01:00
|
|
|
<uib-tab heading="{{ 'pricing.credits' | translate }}">
|
2016-08-04 12:08:33 +02:00
|
|
|
<ng-include src="'<%= asset_path 'admin/pricing/credits.html' %>'"></ng-include>
|
2016-03-23 18:39:41 +01:00
|
|
|
</uib-tab>
|
2016-08-04 14:26:07 +02:00
|
|
|
|
2017-02-14 14:58:16 +01:00
|
|
|
<uib-tab heading="{{ 'pricing.coupons' | translate }}">
|
2016-08-04 14:26:07 +02:00
|
|
|
<ng-include src="'<%= asset_path 'admin/pricing/coupons.html' %>'"></ng-include>
|
|
|
|
</uib-tab>
|
2016-03-23 18:39:41 +01:00
|
|
|
</uib-tabset>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</section>
|