summaryrefslogtreecommitdiff
path: root/app/views/snippets/new.html.haml
blob: 114c777bdc212eb105893e96fc4f7912b2aef163 (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)