gitlab-org--gitlab-foss/app/views/projects/blob/viewers/_route_map.html.haml
2019-04-04 21:57:02 +00:00

9 lines
266 B
Text

- 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')