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

_errors.html.haml « shared « import « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 32b4a39924b9f6bb7437f148e7d029103288e035 (plain)
1
2
3
4
5
6
- if @errors.present?
  .gl-alert.gl-alert-danger.gl-mb-5
    = sprite_icon('error', size: 16, css_class: 'gl-icon gl-alert-icon gl-alert-icon-no-title')
    .gl-alert-body
      - @errors.each do |error|
        = error