<%= ts("All news posts need a title and some content.") %>
<%= allowed_html_instructions %> <%= ts("Type or paste formatted text.") %><%= link_to_help "rte-help" %>
<%= f.text_area :content, :class => "mce-editor observe_textlength", :id => "content", :title =>"content" %>
<%= ts("Comma separated, %{max} characters per tag", max: ArchiveConfig.TAG_MAX) %>
<%= t(".translated_post.footnote_comment_permissions") %>
<%= t(".translated_post.footnote_tags") %>
<%= t("comments.commentable.permissions.options.#{@admin_post.comment_permissions}") %>
<%= submit_tag ts('Post'), :name => 'post_button' %>