mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-11 12:19:33 +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"
|
, text "New Invites"
|
||||||
]
|
]
|
||||||
, div [ class "divider" ] []
|
, 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
|
, a
|
||||||
[ class "icon item"
|
[ class "icon item"
|
||||||
, href ""
|
, href ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user