debian-mirror-gitlab/app/views/shared/web_hooks/_index.html.haml
2020-04-22 19:07:51 +05:30

14 lines
369 B
Text

%hr
.card
.card-header
%h5
= hook_class.underscore.humanize.titleize.pluralize
(#{hooks.load.size})
- if hooks.any?
%ul.content-list
- hooks.each do |hook|
= render 'shared/web_hooks/hook', hook: hook
- else
%p.text-center.prepend-top-default.append-bottom-default
= _('No webhooks found, add one in the form above.')