f799585c41
When a snippet is submitted, but there's an error, we didn't keep the visibility level. As the default is private, this means that submitting a public snippet that failed would then fall back to being a private snippet.
6 lines
172 B
Text
6 lines
172 B
Text
- page_title "New Snippets"
|
|
|
|
%h3.page-title
|
|
New Snippet
|
|
%hr
|
|
= render "shared/snippets/form", url: namespace_project_snippets_path(@project.namespace, @project, @snippet)
|