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

snippets.html.haml « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 841b2a5e79cf16a7fb34196c4619efe1ccc5a7ef (plain)
1
2
3
4
5
6
7
8
9
10
- header_title _("Snippets"), snippets_path
- snippets_upload_path = snippets_upload_path(@snippet, current_user)

- content_for :page_specific_javascripts do
  - if snippets_upload_path
    -# haml-lint:disable InlineJavaScript
    :javascript
      window.uploads_path = "#{snippets_upload_path}";

= render template: "layouts/application"