summaryrefslogtreecommitdiff
path: root/app/views/projects/snippets/new.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/snippets/new.html.haml')
-rw-r--r--app/views/projects/snippets/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/snippets/new.html.haml b/app/views/projects/snippets/new.html.haml
index cfed3a79bc5..d3e6b456f48 100644
--- a/app/views/projects/snippets/new.html.haml
+++ b/app/views/projects/snippets/new.html.haml
@@ -3,4 +3,4 @@
%h3.page-title
New Snippet
%hr
-= render "shared/snippets/form", url: namespace_project_snippets_path(@project.namespace, @project, @snippet)
+= render "shared/snippets/form", url: project_snippets_path(@project, @snippet)