mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Reorganize search menu items
This commit is contained in:
@ -44,9 +44,9 @@ correspondent =
|
||||
"address card outline icon"
|
||||
|
||||
|
||||
correspondentIcon : Html msg
|
||||
correspondentIcon =
|
||||
i [ class correspondent ] []
|
||||
correspondentIcon : String -> Html msg
|
||||
correspondentIcon classes =
|
||||
i [ class (correspondent ++ " " ++ classes) ] []
|
||||
|
||||
|
||||
date : String
|
||||
|
Reference in New Issue
Block a user