From a579e16109d9a3ef66a7d2b87f7049172f13ded9 Mon Sep 17 00:00:00 2001 From: Christophe Vilayphiou Date: Tue, 11 Sep 2012 16:41:35 +0800 Subject: [PATCH] Change rows for news textarea --- .../app/views/panel/news/back_end/news_bulletins/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/built_in_modules/news/app/views/panel/news/back_end/news_bulletins/_form.html.erb b/vendor/built_in_modules/news/app/views/panel/news/back_end/news_bulletins/_form.html.erb index c7db4c645..0e2e21ab8 100644 --- a/vendor/built_in_modules/news/app/views/panel/news/back_end/news_bulletins/_form.html.erb +++ b/vendor/built_in_modules/news/app/views/panel/news/back_end/news_bulletins/_form.html.erb @@ -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 %>