forked from hazza/dspace-angular
Add an input to show/hide the badge on file component
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<div class="float-end w-15">
|
||||
<ng-container>
|
||||
<ds-file-download-link [cssClasses]="'btn btn-link-focus'" [isBlank]="true"
|
||||
[bitstream]="getBitstream()" [enableRequestACopy]="false">
|
||||
[bitstream]="getBitstream()" [enableRequestACopy]="false" [showAccessStatusBadge]="false">
|
||||
<i class="fa fa-download fa-2x text-normal" aria-hidden="true"></i>
|
||||
</ds-file-download-link>
|
||||
<button class="btn btn-link-focus"
|
||||
|
Reference in New Issue
Block a user