mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-24 17:38:42 -06:00
[REF] document_page: set title attribute in <i> tag
This commit is contained in:
parent
813379584c
commit
c510e6f0f7
@ -127,13 +127,17 @@
|
|||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
t-if="!record.image.raw_value"
|
t-if="!record.image.raw_value"
|
||||||
|
title="Folder"
|
||||||
class="o_kanban_image fa fa-folder-open"
|
class="o_kanban_image fa fa-folder-open"
|
||||||
/>
|
/>
|
||||||
</span>
|
</span>
|
||||||
</t>
|
</t>
|
||||||
<t t-if="record.type.raw_value == 'content'">
|
<t t-if="record.type.raw_value == 'content'">
|
||||||
<span style="font-size: 64px; color: lightgray">
|
<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>
|
</span>
|
||||||
</t>
|
</t>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user