Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_commit_button.html.haml « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d987c4b1033f9713d12038c0182b5d2ca5dd0fd1 (plain)
1
2
3
4
5
6
7
.form-actions.gl-display-flex
  = button_tag 'Commit changes', id: 'commit-changes', class: 'gl-button btn btn-confirm js-commit-button  qa-commit-button'

  = link_to _('Cancel'), cancel_path,
            id: 'cancel-changes', class: 'gl-button btn btn-default gl-ml-3', data: {confirm: leave_edit_message, confirm_btn_variant: "danger"}, aria: { label: _('Discard changes') }

  = render 'shared/projects/edit_information'