gitlab-org--gitlab-foss/app/views/shared/snippets/show.js.haml

3 lines
164 B
Plaintext
Raw Normal View History

2018-02-06 13:33:18 +00:00
document.write('#{escape_javascript(stylesheet_link_tag "#{stylesheet_url 'snippets'}")}');
document.write('#{escape_javascript(render 'shared/snippets/embed')}');