diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-06-26 06:09:03 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-06-26 06:09:03 +0000 |
commit | d15cc2684ce38f737bb46deff4eefe86a1f77cf6 (patch) | |
tree | 2f9b64921439d636c9ca3a40c210032d753c4acb /app/views/projects/hooks/index.html.haml | |
parent | df7a85f37299316d2e6878a26acb28cd2542421a (diff) | |
download | gitlab-ce-d15cc2684ce38f737bb46deff4eefe86a1f77cf6.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/hooks/index.html.haml')
-rw-r--r-- | app/views/projects/hooks/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/hooks/index.html.haml b/app/views/projects/hooks/index.html.haml index 56e60e747b2..1845bd190d3 100644 --- a/app/views/projects/hooks/index.html.haml +++ b/app/views/projects/hooks/index.html.haml @@ -2,7 +2,7 @@ - breadcrumb_title _('Webhook Settings') - page_title _('Webhooks') -.row.prepend-top-default +.row.gl-mt-3 .col-lg-4 = render 'shared/web_hooks/title_and_docs', hook: @hook |