Commit 1fa8bdf8 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'gl-button-apply-template' into 'master'

Apply new GitLab UI for apply template button in the new issue

See merge request gitlab-org/gitlab!54143
parents a801fb8d 9332aba4
......@@ -7,7 +7,7 @@
%p
= _("Applying a template will replace the existing issue description. Any changes you have made will be lost.")
%button.js-override-template.btn.btn-warning.mr-2{ type: 'button' }
%button.js-override-template.btn.gl-button.btn-confirm.mr-2{ type: 'button' }
= _("Apply template")
%button.js-close-btn.js-cancel-btn.btn.btn-inverted{ type: 'button' }
%button.js-close-btn.js-cancel-btn.btn.gl-button.btn-default{ type: 'button' }
= _("Cancel")
---
title: Apply new GitLab UI for apply template button in new issue
merge_request: 54143
author: Yogi (@yo)
type: changed
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