@(account: gitbucket.core.model.Account, groupNames: List[String], webHooks: List[(gitbucket.core.model.AccountWebHook, Set[gitbucket.core.model.WebHook.Event])])(implicit context: gitbucket.core.controller.Context) @import gitbucket.core.view.helpers @gitbucket.core.account.html.main(account, groupNames, "webhooks"){
Webhooks allow external services to be notified when certain events happen within your repository. When the specified events happen, we’ll send a POST request to each of the URLs you provide. Learn more in GitBucket Wiki Webhook Page.
Add webhook| @webHook.url (@events.map(_.name).mkString(", ")) |