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

_pipeline_warnings.html.haml « pipelines « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e27bd4404625094482cb485c4bc05253bfd3c47b (plain)
1
2
3
4
5
6
- if warnings.any?
  - warnings.map(&:content).each do |warning|
    .bs-callout.bs-callout-warning
      %p
        %b= _("Warning:")
        = markdown(warning)