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: 3e8a99c541af661beb6e07ee8e15cd6d74ad3cd4 (plain)
1
2
3
4
5
6
7
8
- if @errors.present?
  = render 'shared/global_alert',
    variant: :danger,
    dismissible: false,
    alert_class: 'gl-mb-5' do
    .gl-alert-body
      - @errors.each do |error|
        = error