Update _text_form.html.erb

try
This commit is contained in:
chiu 2019-09-05 16:32:40 +08:00
parent 50ca7448e3
commit e9afb84439
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_field locale, class: "input-block-level", placeholder: t(:title), value: (@marquee_text.title_translations[locale] rescue nil) %>
<%= f.text_area locale, class: "input-block-level", placeholder: t(:title), value: (@marquee_text.title_translations[locale] rescue nil) %>
<% end %>
</div>
</div>