summaryrefslogtreecommitdiff
path: root/app/views/layouts/snippets.html.haml
blob: 95a204a33191de51412cf6a282b3cda859e40e5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- page_title _("Snippets")
- header_title _("Snippets"), snippets_path
- snippets_upload_path = snippets_upload_path(@snippet, current_user)

- if current_user
  - @left_sidebar = true
  - nav "your_work"

- content_for :page_specific_javascripts do
  - if snippets_upload_path
    = javascript_tag do
      :plain
        window.uploads_path = "#{snippets_upload_path}";

= render template: "layouts/application"