<% content_for :page_heading do %>

<%= t(".feedback_settings") %>

<% end %> <%= form_tag action: 'update' do %>
<%= t(".feedback")%>
<%= t(".explain_feedback_moderation") %>
<%= t(".explain_disable_trackbacks") %>
<%= t(".spam") %>
<%= t(".explain_spam_protection") %>.
<%= text_field(:setting, :sp_akismet_key, {:class => 'form-control'}) %> <%= t(".explain_spamfiltering_html") %>.
<%= text_field(:setting, :sp_article_auto_close, {:size => 4, :class => 'form-control'}) %>
<%= t(".days") %>
<%= t(".set_to_0_to_never_disable_comments") %>.
<%= text_field(:setting, :sp_url_limit, {:size => 4, :class => 'form-control'}) %>
<%= t(".explain_reject_comments")%>. <%= t(".set_to_0_to_never_reject_comments") %>.
<%= t(".remember_to_set_your_recaptcha") %>
<%= hidden_field_tag 'from', 'feedback' %>

<%= link_to(t(".cancel"), {action: 'index'}) %> <%= t(".or") %> <%= submit_tag(t(".update_settings"), class: 'btn btn-success') %>
<% end %>