点击问卷动态,跳转到答题界面

This commit is contained in:
sw 2015-08-14 14:46:14 +08:00
parent 50fa03d00c
commit a8283a2861
1 changed files with 1 additions and 1 deletions

View File

@ -704,7 +704,7 @@ module CoursesHelper
url = course_feedback_path(activity.course)
when "Poll"
title = "问卷 " + activity.course_act.polls_name
url = poll_index_path(:polls_type => "Course", :polls_group_id => activity.course_id)
url = poll_path(activity.course_act_id)
end
end
link_to title.gsub(/<(?!img)[^>]*>/,'').html_safe, url, :class => "problem_tit c_dblue fl fb"