Welcome to mirror list, hosted at ThFree Co, Russian Federation.

show.js.haml « snippets « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d552c1a723bb5480a4dd5e8f9a05ae96bb0b97db (plain)
1
2
document.write('#{escape_javascript(stylesheet_link_tag("#{stylesheet_url 'snippets'}"))}');
document.write('#{escape_javascript(render('shared/snippets/embed'))}');