summaryrefslogtreecommitdiff
path: root/app/views/snippets/verify.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/snippets/verify.html.haml')
-rw-r--r--app/views/snippets/verify.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/snippets/verify.html.haml b/app/views/snippets/verify.html.haml
new file mode 100644
index 00000000000..cb623ccab57
--- /dev/null
+++ b/app/views/snippets/verify.html.haml
@@ -0,0 +1,4 @@
+- form = [@snippet.becomes(Snippet)]
+
+= render 'layouts/recaptcha_verification', spammable: @snippet, form: form
+