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: 35f7e7bb34bcfc190ca41af464136482bba56ebd (plain)
1
2
3
4
5
6
.form-actions
  .commit-button-annotation
    = button_tag 'Commit Changes',
                 class: 'btn commit-btn js-commit-button btn-create'
  = link_to 'Cancel', cancel_path,
            class: 'btn btn-cancel', data: {confirm: leave_edit_message}