mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 14:03:06 +00:00
9 lines
401 B
HTML
9 lines
401 B
HTML
<button *ngIf="isAuthorized$ | async"
|
|
class="edit-button btn btn-dark btn-sm"
|
|
(click)="createNewVersion()"
|
|
[disabled]="disableNewVersionButton$ | async"
|
|
[ngbTooltip]="tooltipMsg$ | async | translate"
|
|
role="button" [title]="tooltipMsg$ | async |translate" [attr.aria-label]="tooltipMsg$ | async | translate">
|
|
<i class="fas fa-code-branch fa-fw"></i>
|
|
</button>
|