Commit 35853033 authored by Robert Speicher's avatar Robert Speicher

Fix for Snippets with a project

parent 1a277c50
......@@ -29,7 +29,7 @@
- else
= f.submit 'Save', class: "btn-save btn"
- if @snippet.respond_to?(:project)
- if @snippet.project_id
= link_to "Cancel", namespace_project_snippets_path(@project.namespace, @project), class: "btn btn-cancel"
- else
= link_to "Cancel", snippets_path(@project), class: "btn btn-cancel"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment