mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
11 lines
325 B
HTML
11 lines
325 B
HTML
<div *ngIf="buttonVisible$ | async">
|
|
<a href="javascript:void(0);"
|
|
role="button"
|
|
(click)="onClick()"
|
|
[attr.aria-label]="'nav.context-help-toggle' | translate"
|
|
[title]="'nav.context-help-toggle' | translate"
|
|
>
|
|
<i class="fas fa-lg fa-fw fa-question-circle ds-context-help-toggle"></i>
|
|
</a>
|
|
</div>
|