aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-instance/instance-features-table.component.html
diff options
context:
space:
mode:
authoraschaap <8865084+aschaap@users.noreply.github.com>2021-04-06 02:57:30 -0400
committerGitHub <noreply@github.com>2021-04-06 08:57:30 +0200
commit43a3d281fe562d5fe24feb53451b58630be3a288 (patch)
tree6a187e825a403a89b0f976eb20d7c19ed951041f /client/src/app/shared/shared-instance/instance-features-table.component.html
parent1bbc0270f6fa08a3f227552d0086617ae1802fd2 (diff)
downloadPeerTube-43a3d281fe562d5fe24feb53451b58630be3a288.tar.gz
PeerTube-43a3d281fe562d5fe24feb53451b58630be3a288.tar.zst
PeerTube-43a3d281fe562d5fe24feb53451b58630be3a288.zip
Minimal PeertubeModalService to open settings from "can be redefined..." (#3923)
* Minimal PeertubeModalService to open settings from "can be redefined..." * Linter changes * Removed unused parameter, made Subject type reflect this, and formatting
Diffstat (limited to 'client/src/app/shared/shared-instance/instance-features-table.component.html')
-rw-r--r--client/src/app/shared/shared-instance/instance-features-table.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-instance/instance-features-table.component.html b/client/src/app/shared/shared-instance/instance-features-table.component.html
index ce2557147..d505b6739 100644
--- a/client/src/app/shared/shared-instance/instance-features-table.component.html
+++ b/client/src/app/shared/shared-instance/instance-features-table.component.html
@@ -11,7 +11,7 @@
11 <tr> 11 <tr>
12 <th i18n class="label" scope="row"> 12 <th i18n class="label" scope="row">
13 <div>Default NSFW/sensitive videos policy</div> 13 <div>Default NSFW/sensitive videos policy</div>
14 <div class="more-info">can be redefined by the users</div> 14 <div class="c-hand more-info" (click)="openQuickSettingsHighlight()">can be redefined by the users</div>
15 </th> 15 </th>
16 16
17 <td class="value">{{ buildNSFWLabel() }}</td> 17 <td class="value">{{ buildNSFWLabel() }}</td>