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: de60c15351f01029ab779cb4c082e3300ee60be2 (plain)
1
2
3
4
- if @errors.present?
  .alert.alert-danger
    - @errors.each do |error|
      = error