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: d0fcd55f6c1fdc19315895f3998c4f2883616e01 (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: 'route-map')