summaryrefslogtreecommitdiff
path: root/app/views/snippets/new.html.haml
blob: 6bc748d346eb419c3026a1ba070b9e724da38449 (plain)
1
2
3
4
5
6
7
8
9
- @hide_top_links = true
- @hide_breadcrumbs = true
- page_title "New Snippet"

.page-title-holder
  %h1.page-title= _('New Snippet')

.prepend-top-default
  = render "shared/snippets/form", url: snippets_path(@snippet)