Revert "DB change, migratoin and changelog"

This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
This commit is contained in:
Lee Tickett 2019-08-29 07:01:24 +00:00 committed by Kushal Pandya
parent 48bd127593
commit e301dfced6
2 changed files with 6 additions and 1 deletions

View File

@ -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'

View File

@ -0,0 +1,5 @@
---
title: New project milestone primary button
merge_request: 32355
author: Lee Tickett
type: fixed