From 833f9ee1856cf61ab022cceb4342debaa0b073a9 Mon Sep 17 00:00:00 2001 From: rulingcom Date: Thu, 15 May 2025 22:03:32 +0800 Subject: [PATCH] fixes for ckeditor --- app/views/admin/curations/_form.html.erb | 1 + .../curations/_form_section_post.html.erb | 29 ++++++++++++++++++- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/app/views/admin/curations/_form.html.erb b/app/views/admin/curations/_form.html.erb index 794ca77..5c43700 100644 --- a/app/views/admin/curations/_form.html.erb +++ b/app/views/admin/curations/_form.html.erb @@ -8,6 +8,7 @@ <%= javascript_include_tag "select2/select2.min" %> <% end %> +
<%= t("curation.title") %> <% @site_in_use_locales.each_with_index do |locale, i| %> @@ -50,6 +76,7 @@ <%= f.hidden_field :_destroy, :value => nil, :class => 'should_destroy' %> <% end %> +