mirror of
https://github.com/wekan/wekan.git
synced 2026-01-29 04:36:10 +01:00
Added help button with custom URL.
This commit is contained in:
parent
86d86b30e9
commit
d610d03423
7 changed files with 24 additions and 2 deletions
|
|
@ -67,6 +67,11 @@ template(name="header")
|
|||
|
||||
+notifications
|
||||
|
||||
if currentSetting.customHelpLinkUrl
|
||||
#header-help
|
||||
a(href="{{currentSetting.customHelpLinkUrl}}", title="{{_ 'help'}}", target="_blank", rel="noopener noreferrer")
|
||||
span.fa.fa-question
|
||||
|
||||
+headerUserBar
|
||||
|
||||
#header(class=currentBoard.colorClass)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue