Files
dspace-angular/src/app/shared/comcol-page-handle/comcol-page-handle.component.html
2019-09-17 17:08:09 -04:00

5 lines
174 B
HTML

<div *ngIf="content" class="content-with-optional-title mb-2">
<h2 *ngIf="title">{{ title | translate }}</h2>
<div><a href="{{content}}">{{content}}</a></div>
</div>