about summary refs log tree commit diff stats
path: root/app/views/comments/_form.html.haml
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-03-04 13:47:36 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2025-03-04 13:47:36 -0500
commit49c58dc5de3688d842025b83cbc91a69ef621641 (patch)
tree8ec526498a8b7ef4d076dcdd4f3ce0472af9149d /app/views/comments/_form.html.haml
parent0353d529e0d54a4a2d836afeb3224f3d53a649e4 (diff)
downloadthoughts-49c58dc5de3688d842025b83cbc91a69ef621641.tar.gz
thoughts-49c58dc5de3688d842025b83cbc91a69ef621641.tar.bz2
thoughts-49c58dc5de3688d842025b83cbc91a69ef621641.zip
Added reCAPTCHA to help filter spam comments
Diffstat (limited to 'app/views/comments/_form.html.haml')
-rw-r--r--app/views/comments/_form.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/comments/_form.html.haml b/app/views/comments/_form.html.haml index 13a0903..12692c2 100644 --- a/app/views/comments/_form.html.haml +++ b/app/views/comments/_form.html.haml
@@ -24,6 +24,9 @@
24 .comment-website-field.comment-field 24 .comment-website-field.comment-field
25 .comment-field-label= f.label :website, "Website (Optional)" 25 .comment-field-label= f.label :website, "Website (Optional)"
26 .comment-field-input= f.text_field :website, type: :url 26 .comment-field-input= f.text_field :website, type: :url
27 .comment-website-field.comment-field
28 .comment-field-label
29 .comment-field-input= recaptcha_tags
27 .comment-submit-button.comment-field 30 .comment-submit-button.comment-field
28 .comment-field-label 31 .comment-field-label
29 .comment-field-input= f.submit "Post" 32 .comment-field-input= f.submit "Post"