gitlab-ce/app/views/projects/hooks/index.html.haml

10 lines
440 B
Plaintext

- breadcrumb_title _('Webhook settings')
- page_title _('Webhooks')
- @force_desktop_expanded_sidebar = true
= render ::Layouts::SettingsSectionComponent.new(page_title) do |c|
- c.with_description do
= render 'shared/web_hooks/description', hook: @hook
- c.with_body do
= render 'shared/web_hooks/index', hooks: @hooks, title: @hook.pluralized_name, partial: 'shared/web_hooks/form', url: polymorphic_path([@project, :hooks])