summaryrefslogtreecommitdiff
path: root/app/views/projects/blob/viewers/_gitlab_ci_yml_loading.html.haml
blob: 2b8f62d98bf88b6230ea180d3427e93790995cac (plain)
1
2
3
4
= gl_loading_icon(inline: true, css_class: "gl-mr-2!")
= s_('Pipelines|Validating GitLab CI configuration…')

= link_to _('Learn more'), help_page_path('ci/yaml/index')