]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/misc/help.component.html
Add margin for http fallback display
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / misc / help.component.html
index 956095996c13a918f547a73ae329fcf14fc7a395..f2b6eca330c0d46113e1165f11cd10ce626dd87d 100644 (file)
   </ng-template>
 </ng-template>
 
-<button class="help-tooltip-button" containerClass="help-tooltip" [tooltipHtml]="tooltipTemplate" triggers="focus"></button>
+<span
+  class="help-tooltip-button"
+  title="Get help"
+  i18n-title
+  [popover]="tooltipTemplate"
+  [placement]="tooltipPlacement"
+  [outsideClick]="true"
+></span>