From b3569d9c6131ce6a62b950d172fb31cb492b53e9 Mon Sep 17 00:00:00 2001 From: Linda <2294690300@qq.com> Date: Fri, 24 Mar 2017 15:13:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=BB=BA=E7=BC=96=E8=BE=91=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=EF=BC=8Ctag=E6=96=B0=E5=A2=9E=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/challenges/_form.html.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/challenges/_form.html.erb b/app/views/challenges/_form.html.erb index c63fe9766..d3d631c1a 100644 --- a/app/views/challenges/_form.html.erb +++ b/app/views/challenges/_form.html.erb @@ -119,14 +119,14 @@
<% if params[:action] == "edit" && @challenge_tags.count > 0 %> <% @challenge_tags.each do |tag| %> -
+
<% end %> <% end %> - -
+ +
@@ -200,7 +200,7 @@ var val = $(".task-tag-input").val().trim(); if (val != ""){ testLength = $(".task-tag-input").val().trim().length; - $("#add_knowledge").before("
" + + $("#add_knowledge").before("
" + "" + "" + "
");