summaryrefslogtreecommitdiff
path: root/app/views/projects/environments/_form.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/environments/_form.html.haml')
-rw-r--r--app/views/projects/environments/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/environments/_form.html.haml b/app/views/projects/environments/_form.html.haml
index 0586dbdf0e2..f942b936037 100644
--- a/app/views/projects/environments/_form.html.haml
+++ b/app/views/projects/environments/_form.html.haml
@@ -18,5 +18,5 @@
= f.url_field :external_url, class: 'form-control'
.form-actions
- = f.submit 'Save', class: 'btn btn-save'
+ = f.submit 'Save', class: 'btn btn-success'
= link_to 'Cancel', project_environments_path(@project), class: 'btn btn-cancel'