summaryrefslogtreecommitdiff
path: root/app/views/projects/snippets/new.html.haml
blob: d3e6b456f48d99a0d723f5e16141dc523ea8c108 (plain)
1
2
3
4
5
6
- page_title "New Snippets"

%h3.page-title
  New Snippet
%hr
= render "shared/snippets/form", url: project_snippets_path(@project, @snippet)