summaryrefslogtreecommitdiff
path: root/app/views/snippets/new.html.haml
blob: f01915107e3995b19f1ac54958d42910d1620cdf (plain)
1
2
3
4
5
6
7
- @hide_top_links = true
- breadcrumb_title "Snippets"
- page_title "New Snippet"
%h3.page-title
  New Snippet
%hr
= render "shared/snippets/form", url: snippets_path(@snippet)