Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorLee Tickett <lee@tickett.net>2019-08-29 10:01:24 +0300
committerKushal Pandya <kushalspandya@gmail.com>2019-08-29 10:01:24 +0300
commite301dfced6b91c4f81374fdd4d489f82b719ddc1 (patch)
tree8724f2867fea5d5bf86130c4289f40fa463bff14 /app
parent48bd127593ad27528fc3247b3e4a29e0b21dc8c1 (diff)
Revert "DB change, migratoin and changelog"
This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/milestones/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/milestones/_form.html.haml b/app/views/projects/milestones/_form.html.haml
index 5cc6b5a173b..e1797e6db2a 100644
--- a/app/views/projects/milestones/_form.html.haml
+++ b/app/views/projects/milestones/_form.html.haml
@@ -21,7 +21,7 @@
.form-actions
- if @milestone.new_record?
- = f.submit _('Create milestone'), class: 'btn-create btn qa-milestone-create-button'
+ = f.submit _('Create milestone'), class: 'btn-success btn qa-milestone-create-button'
= link_to _('Cancel'), project_milestones_path(@project), class: 'btn btn-cancel'
- else
= f.submit _('Save changes'), class: 'btn-success btn'