Files
WYGIWYH/app/templates/includes/help_icon.html
Herculino Trotta 3dde44b1cd changes
2024-10-09 00:31:21 -03:00

9 lines
231 B
HTML

{% spaceless %}
<span class="tw-text-xs text-white-50 mx-1"
data-bs-toggle="tooltip"
data-bs-title="{{ content }}"
_="install toast">
<i class="fa-solid fa-circle-question fa-fw"></i>
</span>
{% endspaceless %}