summaryrefslogtreecommitdiff
path: root/app/views/projects/tags/releases/edit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/tags/releases/edit.html.haml')
-rw-r--r--app/views/projects/tags/releases/edit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/tags/releases/edit.html.haml b/app/views/projects/tags/releases/edit.html.haml
index d82c89a3f9f..f181212b328 100644
--- a/app/views/projects/tags/releases/edit.html.haml
+++ b/app/views/projects/tags/releases/edit.html.haml
@@ -15,5 +15,5 @@
= render 'shared/notes/hints'
.error-alert
.gl-mt-3
- = f.submit 'Save changes', class: 'btn gl-button btn-success'
+ = f.submit 'Save changes', class: 'btn gl-button btn-confirm'
= link_to "Cancel", project_tag_path(@project, @tag.name), class: "btn gl-button btn-default btn-cancel"