<%= content_for(:header_tags) do %> <%= import_ke(enable_at: false, prettify: false, init_activity: false) %> <%= javascript_include_tag "des_kindEditor" %> <% end %>
<%= OrgSubfield.try(:find, params[:field_id]).try(:name) %>
<%= form_tag organization_org_document_comments_path(:organization_id => @organization.id, :field_id => params[:field_id]), :id => 'new_org_document_form' do |f| %>
<%#= kindeditor_tag 'org_document_comment[content]','', :editor_id => 'org_document_description_editor', :height => "150px" %>

<%= render :partial => 'org_document_comments/attachment', :locals => {:container => nil} %>
<% end %>