[REF] document_page: set title attribute in <i> tag

This commit is contained in:
Kaynnan Lemes 2024-04-19 17:48:30 -03:00
parent 813379584c
commit c510e6f0f7

View File

@ -127,13 +127,17 @@
>
<i
t-if="!record.image.raw_value"
title="Folder"
class="o_kanban_image fa fa-folder-open"
/>
</span>
</t>
<t t-if="record.type.raw_value == 'content'">
<span style="font-size: 64px; color: lightgray">
<i class="o_kanban_image fa fa-file" />
<i
title="File"
class="o_kanban_image fa fa-file"
/>
</span>
</t>
</div>