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: a9af732bbb5e587a679ed919f01e2c5b279ab4bc (plain)
1
2
document.write('#{escape_javascript(stylesheet_link_tag "#{stylesheet_url 'snippets'}")}');
document.write('#{escape_javascript(render 'shared/snippets/embed')}');