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

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