mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
5 lines
174 B
HTML
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>
|