mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Add routes and upload form to item detail
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
module Data.Icons exposing
|
||||
( concerned
|
||||
( addFiles
|
||||
, addFilesIcon
|
||||
, concerned
|
||||
, concernedIcon
|
||||
, correspondent
|
||||
, correspondentIcon
|
||||
@ -51,3 +53,13 @@ editNotes =
|
||||
editNotesIcon : Html msg
|
||||
editNotesIcon =
|
||||
i [ class editNotes ] []
|
||||
|
||||
|
||||
addFiles : String
|
||||
addFiles =
|
||||
"file plus icon"
|
||||
|
||||
|
||||
addFilesIcon : Html msg
|
||||
addFilesIcon =
|
||||
i [ class addFiles ] []
|
||||
|
Reference in New Issue
Block a user