Commit 0ab08a4a authored by Mark Florian's avatar Mark Florian

Merge branch 'gl-button-single-tag' into 'master'

Apply new GitLab UI for buttons in the tag edit page

See merge request gitlab-org/gitlab!52863
parents a8ac604c 8587b709
......@@ -15,5 +15,5 @@
= render 'shared/notes/hints'
.error-alert
.gl-mt-3
= f.submit 'Save changes', class: 'btn btn-success'
= link_to "Cancel", project_tag_path(@project, @tag.name), class: "btn btn-default btn-cancel"
= f.submit 'Save changes', class: 'btn gl-button btn-success'
= link_to "Cancel", project_tag_path(@project, @tag.name), class: "btn gl-button btn-default btn-cancel"
---
title: Apply new GitLab UI for buttons in the tag edit page
merge_request: 52863
author: Yogi (@yo)
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