BigW Consortium Gitlab

snippets.html.haml 260 Bytes
Newer Older
1
- header_title  "Snippets", snippets_path
2

3
- content_for :page_specific_javascripts do
4
  - if @snippet && current_user
5
    :javascript
6
      window.uploads_path = "#{upload_path('personal_snippet', id: @snippet.id)}";
7

8
= render template: "layouts/application"