2015-04-26 12:48:37 +05:30
|
|
|
.form-actions
|
2021-02-22 17:27:13 +05:30
|
|
|
= button_tag 'Commit changes', id: 'commit-changes', class: 'gl-button btn btn-success js-commit-button qa-commit-button'
|
2020-04-08 14:13:33 +05:30
|
|
|
|
2015-04-26 12:48:37 +05:30
|
|
|
= link_to 'Cancel', cancel_path,
|
2021-02-22 17:27:13 +05:30
|
|
|
class: 'gl-button btn btn-default btn-cancel', data: {confirm: leave_edit_message}
|
2016-01-14 18:37:52 +05:30
|
|
|
|
2018-03-27 19:54:05 +05:30
|
|
|
= render 'shared/projects/edit_information'
|