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

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