text area for ad_image

This commit is contained in:
Matthew K. Fu JuYuan 2012-04-13 17:51:19 +08:00
parent d81ca40f90
commit 7cf00d1d93
1 changed files with 1 additions and 1 deletions

View File

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