<%= content_for(:header_tags) do %> <%= import_ke(enable_at: false, prettify: false) %> <%= javascript_include_tag 'homepage' %> <% end %>

<%= text_area :quote,:quote,:style => 'display:none' %> <%= hidden_field_tag :asset_id,params[:asset_id],:required => false,:style => 'display:none' %> <%= f.kindeditor :content, :editor_id => 'message_content_editor', :owner_id => @article.nil? ? 0: @article.id, :owner_type => OwnerTypeHelper::ArticleHomepage, :width => '100%', :height => 500, :minHeight=>500, :class => 'talk_text fl', :input_html => { :id => 'message_content', :class => 'talk_text fl', :maxlength => 5000 }%>

<% unless is_edit %>
<% end %>
确定 取消