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

_route_map.html.haml « viewers « blob « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 07b9378ba97f68bf952aa5d678349a126e38f16f (plain)
1
2
3
4
5
6
7
8
9
- if viewer.valid?
  = icon('check fw')
  This Route Map is valid.
- else
  = icon('warning fw')
  This Route Map is invalid:
  = viewer.validation_message

= link_to 'Learn more', help_page_path('ci/environments', anchor: 'going-from-source-files-to-public-pages')