debian-mirror-gitlab/app/views/shared/web_hooks/_index.html.haml

15 lines
342 B
Text
Raw Normal View History

2020-01-01 13:55:28 +05:30
%hr
.card
.card-header
%h5
= hook_class.underscore.humanize.titleize.pluralize
2021-12-11 22:18:48 +05:30
(#{hooks.size})
2020-01-01 13:55:28 +05:30
- if hooks.any?
%ul.content-list
- hooks.each do |hook|
= render 'shared/web_hooks/hook', hook: hook
- else
2020-07-28 23:09:34 +05:30
%p.text-center.gl-mt-3.gl-mb-3
2022-03-02 08:16:31 +05:30
= _('No webhooks enabled. Select trigger events above.')