summaryrefslogtreecommitdiff
path: root/app/views/projects/triggers/_content.html.haml
blob: e686068657c3d9a0c115061101f468750f30c4c3 (plain)
1
2
3
4
5
6
7
8
9
- if Feature.enabled?(:use_legacy_pipeline_triggers, @project)
  %p.append-bottom-default
    Triggers with the
    %span.badge.badge-primary legacy
    label do not have an associated user and only have access to the current project.
    %br
    = succeed '.' do
      Learn more in the
      = link_to 'triggers documentation', help_page_path('ci/triggers/README'), target: '_blank'