summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardHeader.jade
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-07-12 01:59:07 +0300
committerLauri Ojansivu <x@xet7.org>2017-07-12 01:59:07 +0300
commit510708d0e1fc82dd9d0c707b198c41fed26aad15 (patch)
treec424e3ca9b2c80b017e2c160d10e3bbabd614a9c /client/components/boards/boardHeader.jade
parent19a71c0d9295b3d1e595ceb711eadca7bac3a868 (diff)
parent0e6cfdbb2a6f6710ca29516096a5b6efbf590276 (diff)
downloadwekan-510708d0e1fc82dd9d0c707b198c41fed26aad15.tar.gz
wekan-510708d0e1fc82dd9d0c707b198c41fed26aad15.tar.bz2
wekan-510708d0e1fc82dd9d0c707b198c41fed26aad15.zip
Merge branch 'improve-notify' of https://github.com/nztqa/wekan into nztqa-improve-notify
Diffstat (limited to 'client/components/boards/boardHeader.jade')
-rw-r--r--client/components/boards/boardHeader.jade11
1 files changed, 11 insertions, 0 deletions
diff --git a/client/components/boards/boardHeader.jade b/client/components/boards/boardHeader.jade
index a5b7face..d33ee11b 100644
--- a/client/components/boards/boardHeader.jade
+++ b/client/components/boards/boardHeader.jade
@@ -112,6 +112,7 @@ template(name="boardMenuPopup")
ul.pop-over-list
li: a(href="{{exportUrl}}", download="{{exportFilename}}") {{_ 'export-board'}}
li: a.js-archive-board {{_ 'archive-board'}}
+ li: a.js-outgoing-webhooks {{_ 'outgoing-webhooks'}}
template(name="boardVisibilityList")
ul.pop-over-list
@@ -213,3 +214,13 @@ template(name="boardChangeTitlePopup")
template(name="archiveBoardPopup")
p {{_ 'close-board-pop'}}
button.js-confirm.negate.full(type="submit") {{_ 'archive'}}
+
+template(name="outgoingWebhooksPopup")
+ form
+ label
+ | URL
+ if integration.enabled
+ input.js-outgoing-webhooks-url(type="text" value=integration.url autofocus)
+ else
+ input.js-outgoing-webhooks-url(type="text" autofocus)
+ input.primary.wide(type="submit" value="{{_ 'save'}}")