7 lines
295 B
Text
7 lines
295 B
Text
.form-actions
|
|
= button_tag 'Commit changes', id: 'commit-changes', class: 'btn commit-btn js-commit-button btn-success qa-commit-button'
|
|
|
|
= link_to 'Cancel', cancel_path,
|
|
class: 'btn btn-cancel', data: {confirm: leave_edit_message}
|
|
|
|
= render 'shared/projects/edit_information'
|