Files
dspace-angular/src/app/+collection-page/create-collection-page/create-collection-page.component.html
2019-11-18 16:28:51 +01:00

9 lines
377 B
HTML

<div class="container">
<div class="row">
<div class="col-12 pb-4">
<h2 id="sub-header" class="border-bottom pb-2">{{'collection.create.sub-head' | translate:{ parent: (parentRD$| async)?.payload.name } }}</h2>
</div>
</div>
<ds-collection-form (submitForm)="onSubmit($event)" (finish)="navigateToNewPage()"></ds-collection-form>
</div>