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: ae54d0544f3ef7384e0abe68f1444a93683e5e1a (plain)
1
2
3
4
5
6
7
- if @errors.present?
  = render Pajamas::AlertComponent.new(variant: :danger,
    dismissible: false,
    alert_class: 'gl-mb-5') do |c|
    = c.body do
      - @errors.each do |error|
        = error