<%= t(".general_settings") %>
<%= text_area(:setting, :meta_description, rows: 3, class: 'form-control') %>
<%= text_area(:setting, :meta_keywords, rows: 3, class: 'form-control') %>
<%= t('.this_will_display') %> <%= Article.first.get_rss_description if Article.first %>
<%= text_area(:setting, :rss_description_text, rows: 10, class: 'form-control') %> <%= t('.explain_rss_description') %>
<%= t(".indexing") %>
<%= t(".explain_tag_index_html") %>
<%= text_area(:setting, :robots, rows: 10, class: 'form-control') %>
<%= t(".explain_moderate_feedback") %>
<%= t(".read_more_about_html", link: link_to("rel='canonical'", "http://support.google.com/webmasters/bin/answer.py?hl=en&answer=139394")) %>
<%= t(".human") %>
<%= text_area(:setting, :humans, rows: 10, class: 'form-control') %> <%= t(".explain_humans_txt") %>
<%= t(".google") %>
<%= text_field(:setting, :google_analytics, class: 'form-control') %>
<%= text_field(:setting, :google_verification, class: 'form-control') %>
<%= text_area(:setting, :custom_tracking_field, rows: 3, class: 'form-control') %> <%= t(".explain") %>