aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authoraledalgrande <adgror@gmail.com>2013-01-15 12:29:44 +0000
committeraledalgrande <adgror@gmail.com>2013-01-15 12:29:44 +0000
commita901e2c67af68013a3f7040d21860719c7264fc9 (patch)
treeaf5bd9f372d1bca5cf583cf584923c217dbaf616 /app
parenta6b8f84c49f8165751bc78cde273a2955dfc8013 (diff)
downloadrefinerycms-pc_banners-a901e2c67af68013a3f7040d21860719c7264fc9.tar.gz
refinerycms-pc_banners-a901e2c67af68013a3f7040d21860719c7264fc9.tar.bz2
refinerycms-pc_banners-a901e2c67af68013a3f7040d21860719c7264fc9.zip
changed description field to text typeHEADmaster
Diffstat (limited to 'app')
-rw-r--r--app/views/refinery/banners/admin/banners/_form.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/refinery/banners/admin/banners/_form.html.erb b/app/views/refinery/banners/admin/banners/_form.html.erb
index 3ea7421..5230cb1 100644
--- a/app/views/refinery/banners/admin/banners/_form.html.erb
+++ b/app/views/refinery/banners/admin/banners/_form.html.erb
@@ -19,7 +19,7 @@
<div class='field'>
<%= f.label :description -%>
- <%= f.text_field :description -%>
+ <%= f.text_area :description, :rows => 20, :class => 'wymeditor widest' -%>
</div>