Update _text_form.html.erb

This commit is contained in:
chiu 2019-09-05 16:34:54 +08:00
parent e9afb84439
commit 9a93c858b6
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
<label class="control-label muted"><%= t(:title) %></label>
<div class="controls">
<%= f.fields_for :title_translations do |f| %>
<%= f.text_area locale, class: "input-block-level", placeholder: t(:title), value: (@marquee_text.title_translations[locale] rescue nil) %>
<%= f.text_area locale, class: "ckeditor input-block-level", placeholder: t(:title), value: (@marquee_text.title_translations[locale] rescue nil) %>
<% end %>
</div>
</div>