apply review comments

This commit is contained in:
imperosol
2026-05-16 23:21:48 +02:00
parent 23dc7702c4
commit c83ab7c2c1
4 changed files with 12 additions and 5 deletions
+4 -1
View File
@@ -27,7 +27,10 @@
{# we change the icon when the user change it and leave the input,
or when it is pasted from the clipboard #}
{{ form.url|add_attr("x-model.change=url,@paste.prevent=url = $event.clipboardData.getData('text')") }}
<i :class="linkType.icon || 'fa fa-link'"></i>
<i
:class="linkType.icon || 'fa fa-link'"
tooltip="{% trans %}This icon will change according to the given url.{% endtrans %}"
></i>
</span>
</div>
<div>{{ form.name.as_field_group() }}</div>