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: 849075a0ba5113d8691725bbc80418d85e0e8ff8 (plain)
1
2
3
4
5
6
7
8
9
- header_title  "Snippets", snippets_path

- content_for :page_specific_javascripts do
  - if @snippet && current_user
    -# haml-lint:disable InlineJavaScript
    :javascript
      window.uploads_path = "#{upload_path('personal_snippet', id: @snippet.id)}";

= render template: "layouts/application"