From 29c93cfb9514e12de2d9f4a4c632f7822ed51d06 Mon Sep 17 00:00:00 2001 From: Linda <2294690300@qq.com> Date: Fri, 24 Mar 2017 16:07:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/challenges/_form.html.erb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/views/challenges/_form.html.erb b/app/views/challenges/_form.html.erb index d3d631c1a..f822fd38d 100644 --- a/app/views/challenges/_form.html.erb +++ b/app/views/challenges/_form.html.erb @@ -31,6 +31,11 @@ <%= f.text_field :subject, :class => "panel-form-width-690 panel-form-height-30 fl", :no_label => true, :placeholder => "请输入当前任务的名称(此信息将提前泄露给学员)" %> +
  • + + <%= f.text_field :subject, :class => "panel-form-width-690 panel-form-height-30 fl", :no_label => true, :placeholder => "进入实训后默认打开该文件" %> + +
  • <%= f.kindeditor :ready_knowledge, :placeholder => "请输入完成当前任务依赖的知识点或者其它相关信息,指导学员完成任务", :width=>'87.5%', :height =>159, :resizeType => 0, :no_label => true %>