gitlab-org--gitlab-foss/app/views/projects/snippets/verify.html.haml

5 lines
163 B
Plaintext
Raw Normal View History

2017-02-14 19:07:11 +00:00
- form = [@project.namespace.becomes(Namespace), @project, @snippet.becomes(Snippet)]
= render 'layouts/recaptcha_verification', spammable: @snippet, form: form