aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/buttons/action-dropdown.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-10-12 09:10:07 +0200
committerChocobozzz <me@florianbigard.com>2022-10-12 09:10:07 +0200
commit8bd4a1edcccdbf3bc97d261e9acf20ccf5849487 (patch)
treede09006d851d780f64185bc37cb9392295b636ea /client/src/app/shared/shared-main/buttons/action-dropdown.component.html
parent3d5d2deef5e8f26b009723db5addb0dcb90aa71d (diff)
downloadPeerTube-8bd4a1edcccdbf3bc97d261e9acf20ccf5849487.tar.gz
PeerTube-8bd4a1edcccdbf3bc97d261e9acf20ccf5849487.tar.zst
PeerTube-8bd4a1edcccdbf3bc97d261e9acf20ccf5849487.zip
Fix import link
Diffstat (limited to 'client/src/app/shared/shared-main/buttons/action-dropdown.component.html')
-rw-r--r--client/src/app/shared/shared-main/buttons/action-dropdown.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-main/buttons/action-dropdown.component.html b/client/src/app/shared/shared-main/buttons/action-dropdown.component.html
index 37cf63fcd..cdcfb9a48 100644
--- a/client/src/app/shared/shared-main/buttons/action-dropdown.component.html
+++ b/client/src/app/shared/shared-main/buttons/action-dropdown.component.html
@@ -26,7 +26,7 @@
26 26
27 <a 27 <a
28 *ngIf="action.linkBuilder && !action.isHeader" [ngClass]="{ 'with-icon': !!action.iconName }" 28 *ngIf="action.linkBuilder && !action.isHeader" [ngClass]="{ 'with-icon': !!action.iconName }"
29 class="dropdown-item" [routerLink]="action.linkBuilder(entry)" [title]="action.title || ''" 29 class="dropdown-item" [routerLink]="action.linkBuilder(entry)" [queryParams]="action.queryParamsBuilder(entry)" [title]="action.title || ''"
30 > 30 >
31 <ng-container *ngTemplateOutlet="templateActionLabel; context:{ $implicit: action }"></ng-container> 31 <ng-container *ngTemplateOutlet="templateActionLabel; context:{ $implicit: action }"></ng-container>
32 </a> 32 </a>