mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 18:38:26 +00:00
Link multiple items via selection
This commit is contained in:
@ -47,6 +47,7 @@ module Data.Icons exposing
|
||||
, folderIcon
|
||||
, gotifyIcon
|
||||
, itemDatesIcon
|
||||
, linkItems
|
||||
, matrixIcon
|
||||
, metadata
|
||||
, metadataIcon
|
||||
@ -150,6 +151,11 @@ share =
|
||||
"fa fa-share-alt"
|
||||
|
||||
|
||||
linkItems : String
|
||||
linkItems =
|
||||
"fa fa-link"
|
||||
|
||||
|
||||
shareIcon : String -> Html msg
|
||||
shareIcon classes =
|
||||
i [ class (classes ++ " " ++ share) ] []
|
||||
|
Reference in New Issue
Block a user