Files
WYGIWYH/app/templates/cotton/ui/help_icon.html
2025-10-28 14:13:30 -03:00

9 lines
274 B
HTML

{% spaceless %}
{% load i18n %}
<div class="tw:tooltip" data-tip="{{ content }}">
<span class="tw:text-xs tw:text-base-content/50 tw:mx-3">
<i class="{% if not icon %}fa-solid fa-circle-question{% else %}{{ icon }}{% endif %} fa-fw"></i>
</span>
</div>
{% endspaceless %}