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

_merge_request_settings.html.haml « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 19b4249374b2d65caca94a15925e8258b6e6f33a (plain)
1
2
3
4
5
6
7
8
9
10
11
%fieldset.builds-feature
  %h5.prepend-top-0
    Merge Requests
  .form-group
    .checkbox
      = f.label :only_allow_merge_if_build_succeeds do
        = f.check_box :only_allow_merge_if_build_succeeds
        %strong Only allow merge requests to be merged if the build succeeds
      .help-block
        Builds need to be configured to enable this feature.
        = link_to icon('question-circle'), help_page_path('workflow/merge_requests', anchor: 'only-allow-merge-requests-to-be-merged-if-the-build-succeeds')