gitlab-org--gitlab-foss/app/views/projects/blob/viewers/_route_map.html.haml
Douwe Maan 9b09856e7b Merge branch 'rs-issue-36104' into 'security-9-5'
[9.5] Disallow the `name` attribute on all user-provided markup

See merge request gitlab/gitlabhq!2166
2017-09-07 20:22:16 -04:00

9 lines
291 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: 'go-directly-from-source-files-to-public-pages-on-the-environment')