Add a help link to the main menu

This commit is contained in:
Eike Kettner 2020-02-24 15:11:58 +01:00
parent 36093c5d52
commit 478797e2a4

View File

@ -252,6 +252,19 @@ loginInfo model =
, text "New Invites"
]
, div [ class "divider" ] []
, a
[ class "icon item"
, href "https://eikek.github.io/docspell/doc"
, target "_new"
, title "Opens https://eikek.github.io/docspell/doc"
]
[ i [ class "help icon" ] []
, text "Help"
, span [ class "ui right floated" ]
[ i [ class "external link icon" ] []
]
]
, div [ class "divider" ] []
, a
[ class "icon item"
, href ""