<%= form_tag @article.comment_url, id: 'comment_form', remote: true do %>
<% if this_blog.use_recaptcha %> <% end %>

<%= text_field 'comment', 'author', size: 20 %> <%= link_to '#', onclick: "$('.optional_field').fadeToggle();return false" do %> (<%= t('.leave_url_email') %> ») <% end %>

<%= text_area 'comment', 'body' %>

reCaptcha

<%= recaptcha_tags ajax: true %>

<%= markup_help_popup TextFilter.make_filter(this_blog.comment_text_filter), t('.comment_markup_help') %> <%= t('.preview_comment') %>
<% end %>