2014-10-02 18:13:23 -04:00
|
|
|
.form-actions
|
2020-03-09 14:07:59 -04:00
|
|
|
= button_tag 'Commit changes', id: 'commit-changes', class: 'btn commit-btn js-commit-button btn-success qa-commit-button'
|
|
|
|
|
2014-10-02 18:13:23 -04:00
|
|
|
= link_to 'Cancel', cancel_path,
|
|
|
|
class: 'btn btn-cancel', data: {confirm: leave_edit_message}
|
2015-12-18 04:03:34 -05:00
|
|
|
|
2018-02-28 03:06:18 -05:00
|
|
|
= render 'shared/projects/edit_information'
|