forked from hazza/dspace-angular
Merge pull request #1703 from tdonohue/comcol_handle_display
Add spacing before handle on comcol pages
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<div *ngIf="content" class="content-with-optional-title mb-2">
|
<div *ngIf="content" class="content-with-optional-title mb-2">
|
||||||
<h2 class="d-inline-block h6" *ngIf="title">{{ title | translate }}</h2>
|
<h2 class="d-inline-block h6" *ngIf="title">{{ title | translate }}</h2>
|
||||||
<div class="d-inline-block "><a href="{{getHandle()}}">{{getHandle()}}</a></div>
|
<div class="d-inline-block px-2"><a href="{{getHandle()}}">{{getHandle()}}</a></div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user