From 3929aa6dded402df31197c038d00d25875cc713f Mon Sep 17 00:00:00 2001 From: cxt Date: Thu, 19 Nov 2015 13:06:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/exercise/_edit_MC.html.erb | 4 ++-- app/views/exercise/_edit_MCQ.html.erb | 4 ++-- app/views/exercise/_edit_head.html.erb | 2 +- app/views/exercise/_new_MC.html.erb | 1 + app/views/exercise/_new_MCQ.html.erb | 1 + app/views/exercise/_new_single.html.erb | 1 + 6 files changed, 8 insertions(+), 5 deletions(-) diff --git a/app/views/exercise/_edit_MC.html.erb b/app/views/exercise/_edit_MC.html.erb index c769fe634..ef46e47a8 100644 --- a/app/views/exercise/_edit_MC.html.erb +++ b/app/views/exercise/_edit_MC.html.erb @@ -1,4 +1,4 @@ -<%= form_for("",:url => update_exercise_question_exercise_index_path(:exercise_question => exercise_question.id),:remote => true) do |f|%> +<%= form_for("",:class => 'new_or_edit_question',:url => update_exercise_question_exercise_index_path(:exercise_question => exercise_question.id),:remote => true) do |f|%>