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