mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-03-28 17:55:06 +00:00
Add a help link to the main menu
This commit is contained in:
parent
36093c5d52
commit
478797e2a4
@ -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 ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user