debian-mirror-gitlab/app/views/shared/snippets/show.js.haml

3 lines
166 B
Text
Raw Normal View History

2020-04-22 19:07:51 +05:30
document.write('#{escape_javascript(stylesheet_link_tag("#{stylesheet_url 'snippets'}"))}');
document.write('#{escape_javascript(render('shared/snippets/embed'))}');