%= csrf_meta_tag %>
<%= I18n.t('page_title', scope: [:ckeditor]) %>
<% if Ckeditor.assets_pipeline_enabled? -%>
<%= stylesheet_link_tag "ckeditor/application" %>
<%= javascript_include_tag "ckeditor/application" %>
<% else -%>
<% ["jquery.tmpl.js", "fileuploader.js", "rails.js", "application.js"].each do |js| -%>
<% end -%>
<% end -%>
<%= yield %>
<%= render partial: 'ckeditor/shared/asset_tmpl' %>