2017-02-13 17:18:06 +01:00
|
|
|
<section class="heading b-b">
|
|
|
|
<div class="row no-gutter">
|
|
|
|
<div class="col-md-1 hidden-xs">
|
|
|
|
<section class="heading-btn">
|
2022-01-11 11:03:27 +01:00
|
|
|
<a ng-click="backPrevLocation($event)"><i class="fas fa-long-arrow-alt-left "></i></a>
|
2017-02-13 17:18:06 +01:00
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
<div class="col-md-8 b-l b-r">
|
|
|
|
<section class="heading-title">
|
2019-12-17 18:06:56 +01:00
|
|
|
<h1 translate>{{ 'app.admin.space_new.add_a_new_space' }}</h1>
|
2017-02-13 17:18:06 +01:00
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
2023-01-16 12:28:53 +01:00
|
|
|
<space-form action="'create'" on-success="onSuccess" on-error="onError"></space-form>
|