summaryrefslogtreecommitdiff
path: root/app/views/layouts/snippets.html.haml
blob: 6418500d5d1666fa84b2263bd11f3c72f5052889 (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"