2014-10-02 18:13:23 -04:00
|
|
|
.form-actions
|
2015-12-02 08:38:14 -05:00
|
|
|
= button_tag 'Commit Changes', class: 'btn commit-btn js-commit-button btn-create'
|
2014-10-02 18:13:23 -04:00
|
|
|
= link_to 'Cancel', cancel_path,
|
|
|
|
class: 'btn btn-cancel', data: {confirm: leave_edit_message}
|
2015-12-18 04:03:34 -05:00
|
|
|
|
|
|
|
- unless can?(current_user, :push_code, @project)
|
|
|
|
.inline.prepend-left-10
|
|
|
|
= commit_in_fork_help
|