aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/misc/help.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-03-28 18:22:59 +0200
committerChocobozzz <me@florianbigard.com>2018-03-28 18:22:59 +0200
commit2b084d7048a2d8a571d601916bdd21cef3a36311 (patch)
tree0cf646a0789889ba2bfa8a5f9ba49f41d6ddca9a /client/src/app/shared/misc/help.component.html
parent5afdd0a52f2f1fa79ed9bf241b5a525366658fa1 (diff)
downloadPeerTube-2b084d7048a2d8a571d601916bdd21cef3a36311.tar.gz
PeerTube-2b084d7048a2d8a571d601916bdd21cef3a36311.tar.zst
PeerTube-2b084d7048a2d8a571d601916bdd21cef3a36311.zip
Add link to register in login form
Diffstat (limited to 'client/src/app/shared/misc/help.component.html')
-rw-r--r--client/src/app/shared/misc/help.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/shared/misc/help.component.html b/client/src/app/shared/misc/help.component.html
index bacbe9cdb..e37d93b62 100644
--- a/client/src/app/shared/misc/help.component.html
+++ b/client/src/app/shared/misc/help.component.html
@@ -12,7 +12,7 @@
12 </ng-template> 12 </ng-template>
13</ng-template> 13</ng-template>
14 14
15<button 15<span
16 class="help-tooltip-button" containerClass="help-tooltip" title="Click to get help" 16 class="help-tooltip-button" containerClass="help-tooltip" title="Click to get help"
17 #tooltipDirective="bs-tooltip" [tooltip]="tooltipTemplate" triggers="click" 17 #tooltipDirective="bs-tooltip" [tooltip]="tooltipTemplate" triggers="click"
18></button> 18></span>