2015-04-26 12:48:37 +05:30
|
|
|
.form-actions
|
2017-08-17 22:00:37 +05:30
|
|
|
= button_tag 'Commit changes', class: 'btn commit-btn js-commit-button btn-create'
|
2015-04-26 12:48:37 +05:30
|
|
|
= link_to 'Cancel', cancel_path,
|
|
|
|
class: 'btn btn-cancel', data: {confirm: leave_edit_message}
|
2016-01-14 18:37:52 +05:30
|
|
|
|
|
|
|
- unless can?(current_user, :push_code, @project)
|
|
|
|
.inline.prepend-left-10
|
|
|
|
= commit_in_fork_help
|