mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-04 10:29:34 +00:00
Show folder in item detail view
This commit is contained in:
parent
ca5b7b999f
commit
225877a40c
@ -2027,6 +2027,17 @@ renderItemInfo settings model =
|
||||
|> text
|
||||
]
|
||||
|
||||
itemfolder =
|
||||
div
|
||||
[ class "item"
|
||||
, title "Folder"
|
||||
]
|
||||
[ Icons.folderIcon ""
|
||||
, Maybe.map .name model.item.folder
|
||||
|> Maybe.withDefault "-"
|
||||
|> text
|
||||
]
|
||||
|
||||
src =
|
||||
div
|
||||
[ class "item"
|
||||
@ -2060,6 +2071,7 @@ renderItemInfo settings model =
|
||||
[ date
|
||||
, corr
|
||||
, conc
|
||||
, itemfolder
|
||||
, src
|
||||
]
|
||||
(if Util.Maybe.isEmpty model.item.dueDate then
|
||||
|
Loading…
x
Reference in New Issue
Block a user