Commit 2a334447 authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch...

Merge branch '222333-ux-pajamas-implementation-move-buttons-in-settings-webhooks-to-the-right' into 'master'

Move button in Settings > Webhooks to the right

Closes #222333

See merge request gitlab-org/gitlab!38650
parents 8e811c77 d24442b5
......@@ -9,6 +9,7 @@
.col-lg-8.gl-mb-3
= form_for @hook, as: :hook, url: polymorphic_path([@project, :hooks]) do |f|
= render partial: 'shared/web_hooks/form', locals: { form: f, hook: @hook }
= f.submit 'Add webhook', class: 'btn btn-success'
.gl-display-flex.gl-justify-content-end
= f.submit 'Add webhook', class: 'btn btn-success'
= render 'shared/web_hooks/index', hooks: @hooks, hook_class: @hook.class
---
title: Move button in Settings > Webhooks to the right
merge_request: 38650
author:
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment