mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
update folder structure based on style guide
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<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)"
|
||||
(back)="navigateToHome()"
|
||||
(finish)="navigateToNewPage()"></ds-collection-form>
|
||||
</div>
|
Reference in New Issue
Block a user