mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-29 03:57:22 +02:00
feat: first batch of work
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% spaceless %}
|
||||
{% load i18n %}
|
||||
<div class="tw:tooltip" data-tip="{{ content }}">
|
||||
<span class="tw:text-xs tw:text-base-content/50 tw:mx-3">
|
||||
<div class="tooltip" data-tip="{{ content }}">
|
||||
<span class="text-xs text-base-content/50 mx-3">
|
||||
<i class="{% if not icon %}fa-solid fa-circle-question{% else %}{{ icon }}{% endif %} fa-fw"></i>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user