mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-21 02:26:12 +10:00
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.
5 lines
143 B
Plaintext
5 lines
143 B
Plaintext
%h3.page-title
|
|
Edit snippet
|
|
%hr
|
|
= render "shared/snippets/form", url: namespace_project_snippet_path(@project.namespace, @project, @snippet)
|