text area for ad_image

This commit is contained in:
Matthew K. Fu JuYuan 2012-04-13 17:51:19 +08:00 committed by Christophe Vilayphiou
parent ff472714de
commit 30edc317b2
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@
<br/>
<div class="context editor">
<%= f.fields_for :context, @ad_image.context do |f| %>
<%= f.text_area locale,:style => "width:100%", :class => "asd_tinymce_textarea post-title" %>
<%= f.text_area locale,:style => "width:100%", :class => "tinymce_textarea post-title" %>
<% end %>
</div>