2017-02-14 13:36:10 +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-14 13:36:10 +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 translate-values="{NAME: space.name}">{{ 'app.admin.space_edit.edit_the_space_NAME' }}</h1>
|
2017-02-14 13:36:10 +01:00
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
2023-01-16 12:28:53 +01:00
|
|
|
<space-form action="'update'" space="space" on-success="onSuccess" on-error="onError"></space-form>
|