From d08bce46dddd4080a0f0b806fe9b58ff998bebd3 Mon Sep 17 00:00:00 2001 From: sw <939547590@qq.com> Date: Tue, 30 Dec 2014 14:52:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=A1=B5=E9=9D=A2=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/news/_course_form.html.erb | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/app/views/news/_course_form.html.erb b/app/views/news/_course_form.html.erb index ea66f4e44..6963ffe8e 100644 --- a/app/views/news/_course_form.html.erb +++ b/app/views/news/_course_form.html.erb @@ -12,8 +12,15 @@
<%= f.text_area :description, :required => true, :cols => 60, :rows => 11, :class => 'wiki-edit', :style => "width:470px;", :onkeyup => "regexDescription();" %>
--
<%= render :partial => 'attachments/form', :locals => {:container => @news} %>
++ +
++ + <%= render :partial => 'attachments/form', :locals => {:container => @news} %> +
<%= wikitoolbar_for 'news_description'%>