2021-04-30 05:10:21 -04:00
|
|
|
.form-actions.gl-display-flex
|
2021-03-23 05:09:17 -04:00
|
|
|
= button_tag 'Commit changes', id: 'commit-changes', class: 'gl-button btn btn-confirm js-commit-button qa-commit-button'
|
2020-03-09 14:07:59 -04:00
|
|
|
|
2021-08-30 08:09:48 -04:00
|
|
|
= link_to _('Cancel'), cancel_path,
|
2021-04-30 05:10:21 -04:00
|
|
|
class: 'gl-button btn btn-default gl-ml-3', 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'
|