Change rows for news textarea
This commit is contained in:
parent
0a3a140b18
commit
a579e16109
|
@ -163,7 +163,7 @@
|
||||||
<%= f.label :subtitle, t('news.news_bulletin.subtitle') %>
|
<%= f.label :subtitle, t('news.news_bulletin.subtitle') %>
|
||||||
<%= f.fields_for :subtitle_translations do |f| %>
|
<%= f.fields_for :subtitle_translations do |f| %>
|
||||||
<%= I18nVariable.from_locale(locale) %>
|
<%= I18nVariable.from_locale(locale) %>
|
||||||
<%= f.text_area locale, :style=>"width:100%", :value => (@news_bulletin.subtitle_translations[locale] rescue nil) %>
|
<%= f.text_area locale, :rows => 5, :style=>"width:100%", :value => (@news_bulletin.subtitle_translations[locale] rescue nil) %>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Reference in New Issue