76aad9b76e
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
4 lines
143 B
Text
4 lines
143 B
Text
%h3.page-title
|
|
New snippet
|
|
%hr
|
|
= render "shared/snippets/form", url: namespace_project_snippets_path(@project.namespace, @project, @snippet)
|