Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_test_button.html.haml « web_hooks « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dbd26e5bd0795c9c8d56fc7a816596a5b27eab88 (plain)
1
2
3
4
5
- hook = local_assigns.fetch(:hook)
- size = local_assigns.fetch(:size, 'medium')
- triggers = hook.class.triggers.each_value

.js-webhook-test-dropdown{ data: { items: webhook_test_items(hook, triggers).to_json, size: size } }