2021-06-08 01:23:25 +05:30
|
|
|
.form-actions.gl-display-flex
|
2021-04-29 21:17:54 +05:30
|
|
|
= button_tag 'Commit changes', id: 'commit-changes', class: 'gl-button btn btn-confirm js-commit-button qa-commit-button'
|
2020-04-08 14:13:33 +05:30
|
|
|
|
2021-11-11 11:23:49 +05:30
|
|
|
= link_to _('Cancel'), cancel_path,
|
2021-06-08 01:23:25 +05:30
|
|
|
class: 'gl-button btn btn-default gl-ml-3', 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'
|