about summary refs log tree commit diff stats
path: root/app/views
diff options
context:
space:
mode:
Diffstat (limited to 'app/views')
-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"