Merge pull request #146 from rivaldi8/bug/bug-121-item-detail-no-bitstream

This PR closes #121
This commit is contained in:
Art Lowel
2017-09-15 10:47:38 +02:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
<ds-metadata-field-wrapper [label]="label | translate"> <ds-metadata-field-wrapper *ngIf="(files | async)?.length > 0" [label]="label | translate">
<div class="file-section"> <div class="file-section">
<a *ngFor="let file of (files | async); let last=last;" [href]="file?.content" [download]="file?.name"> <a *ngFor="let file of (files | async); let last=last;" [href]="file?.content" [download]="file?.name">
<span>{{file?.name}}</span> <span>{{file?.name}}</span>