diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-24 15:27:15 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-05-24 15:27:15 +0200 |
commit | d0fbc9fd0a29c37f3ff9b99030351e90b276fe7d (patch) | |
tree | fa29fcfd704cbc56c7bc3e3e1c15d84ea0f4dc61 /client/src/app/+video-channels/video-channels.component.html | |
parent | 25ea1d85e155382367d11036617848fe69a1e6a4 (diff) | |
download | PeerTube-d0fbc9fd0a29c37f3ff9b99030351e90b276fe7d.tar.gz PeerTube-d0fbc9fd0a29c37f3ff9b99030351e90b276fe7d.tar.zst PeerTube-d0fbc9fd0a29c37f3ff9b99030351e90b276fe7d.zip |
Fix lint
Diffstat (limited to 'client/src/app/+video-channels/video-channels.component.html')
-rw-r--r-- | client/src/app/+video-channels/video-channels.component.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+video-channels/video-channels.component.html b/client/src/app/+video-channels/video-channels.component.html index d92aa072d..fff160f2e 100644 --- a/client/src/app/+video-channels/video-channels.component.html +++ b/client/src/app/+video-channels/video-channels.component.html | |||
@@ -91,12 +91,12 @@ | |||
91 | <div class="description-html" [innerHTML]="channelDescriptionHTML"></div> | 91 | <div class="description-html" [innerHTML]="channelDescriptionHTML"></div> |
92 | </div> | 92 | </div> |
93 | 93 | ||
94 | <div *ngIf="hasShowMoreDescription()" class="show-more" role="button" | 94 | <button *ngIf="hasShowMoreDescription()" class="show-more button-unstyle" |
95 | (click)="channelDescriptionExpanded = !channelDescriptionExpanded" | 95 | (click)="channelDescriptionExpanded = !channelDescriptionExpanded" |
96 | title="Show the complete description" i18n-title i18n | 96 | title="Show the complete description" i18n-title i18n |
97 | > | 97 | > |
98 | Show more... | 98 | Show more... |
99 | </div> | 99 | </button> |
100 | 100 | ||
101 | <div class="channel-buttons bottom"> | 101 | <div class="channel-buttons bottom"> |
102 | <ng-template *ngTemplateOutlet="buttonsTemplate"></ng-template> | 102 | <ng-template *ngTemplateOutlet="buttonsTemplate"></ng-template> |