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

_errors.html.haml « feature_flags « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a32245640be2c21c59ad9e3e79f622e410d6ed04 (plain)
1
2
3
4
#error_explanation
  .alert.alert-danger
    - @feature_flag.errors.full_messages.each do |message|
      %p= message