mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Show link icon when no tags or fields exists
This commit is contained in:
@ -784,7 +784,7 @@ mainTagsAndFields2 texts settings extraCss item =
|
|||||||
div
|
div
|
||||||
[ classList
|
[ classList
|
||||||
[ ( "flex flex-row items-center flex-wrap font-medium", True )
|
[ ( "flex flex-row items-center flex-wrap font-medium", True )
|
||||||
, ( "hidden", hideTags && hideFields )
|
, ( "hidden", hideTags && hideFields && List.isEmpty item.relatedItems )
|
||||||
]
|
]
|
||||||
, class extraCss
|
, class extraCss
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user