Change rows for news textarea

This commit is contained in:
Christophe Vilayphiou 2012-09-11 16:41:35 +08:00
parent 0a3a140b18
commit a579e16109
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@
<%= f.label :subtitle, t('news.news_bulletin.subtitle') %>
<%= f.fields_for :subtitle_translations do |f| %>
<%= 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 %>
</div>