summaryrefslogtreecommitdiff
path: root/app/views/projects/environments/_form.html.haml
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-04-09 09:43:27 +0100
committerFilipa Lacerda <filipa@gitlab.com>2019-04-09 09:48:57 +0100
commit6022b9e8ac01a18d64ac04fa286c719cd9a46fb4 (patch)
tree7fb02b0c3244bd5c8bb8d0d0a49e2eb27d14c084 /app/views/projects/environments/_form.html.haml
parent425377f35747131bed6550170af576d3028b28f9 (diff)
downloadgitlab-ce-6022b9e8ac01a18d64ac04fa286c719cd9a46fb4.tar.gz
Updates Save button to have a green bg60261-save-btn-env
The Save button in the environments create/edit form was white, it should be green.
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 cbd5c54cecc..1fbe34cfff3 100644
--- a/app/views/projects/environments/_form.html.haml
+++ b/app/views/projects/environments/_form.html.haml
@@ -17,5 +17,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'