Commit d3a967e5 authored by Brandon Labuschagne's avatar Brandon Labuschagne

Merge branch 'ApplyGitLabUIbuttonstylestobuttonsin_hook.html.haml' into 'master'

Adds GitLab UI button styles to buttons in _hook.html.haml

See merge request gitlab-org/gitlab!51065
parents 503ae3c8 93d03c0f
......@@ -12,5 +12,5 @@
.col-md-4.col-lg-5.text-right-md.gl-mt-2
%span>= render 'shared/web_hooks/test_button', hook: hook, button_class: 'btn-sm gl-mr-3'
%span>= link_to _('Edit'), edit_hook_path(hook), class: 'btn btn-sm gl-mr-3'
= link_to _('Delete'), destroy_hook_path(hook), data: { confirm: _('Are you sure?') }, method: :delete, class: 'btn btn-sm'
%span>= link_to _('Edit'), edit_hook_path(hook), class: 'gl-button btn btn-sm gl-mr-3'
= link_to _('Delete'), destroy_hook_path(hook), data: { confirm: _('Are you sure?') }, method: :delete, class: 'gl-button btn btn-sm'
---
title: Update buttons in _hook.html.haml to use GitLab UI
merge_request: 51065
author: nuwe1
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