Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOswaldo Ferreira <oswaldo@gitlab.com>2017-02-14 22:07:11 +0300
committerOswaldo Ferreira <oswluizf@gmail.com>2017-02-21 19:32:49 +0300
commit2ace39f2420abf018ceef6aaad52e4917bcbab7d (patch)
treecae709a6381c80c70af5da459c3ffa992593843d /app/views/snippets
parent881529495379505542033bf7fb0d91cdc5b51e8d (diff)
Spam check and reCAPTCHA improvements
Diffstat (limited to 'app/views/snippets')
-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
+