diff --git a/app/helpers/courses_helper.rb b/app/helpers/courses_helper.rb index 03fd4ba84..6c2543db7 100644 --- a/app/helpers/courses_helper.rb +++ b/app/helpers/courses_helper.rb @@ -692,4 +692,18 @@ module CoursesHelper end link.html_safe end + + def bid_anonymous_comment bid + if bid.open_anonymous_evaluation == 1 && bid.homeworks.count >= 2 + case bid.comment_status + when 0 + # 关闭匿评 + link_to '启动匿评', alert_anonymous_comment_bid_path(bid), id: "#{bid.id}_start_anonymous_comment", remote: true, disable_with: '加载中...' + when 1 + link_to '关闭匿评', alert_anonymous_comment_bid_path(bid), id: "#{bid.id}_stop_anonymous_comment", remote: true + when 2 + # 匿评结束 + end + end + end end diff --git a/app/views/courses/homework.html.erb b/app/views/courses/homework.html.erb index 731e155ff..c87548a5e 100644 --- a/app/views/courses/homework.html.erb +++ b/app/views/courses/homework.html.erb @@ -16,8 +16,9 @@ <%= l(:label_user_create_project_homework) %>: <%= link_to(bid.name, course_for_bid_path(bid), :class => 'problem_tit fl fb c_dblue') %>
-

已提交的作业 (<%= link_to bid.homeworks.count, course_for_bid_path(bid.id), :class => 'c_red'%> )

- 关闭匿评编辑 +

已提交的作业 ( <%= link_to bid.homeworks.count, course_for_bid_path(bid.id), :class => 'c_red'%> )

+ 关闭匿评 + 编辑

项目问题个数显示问题项目问题个数显示问题项目问题个数显示问题项目问题个数显示问题项目问题个数显示问题项目问题个数显示问题个数显示问题项目问题个数显示问题项目问题个数显示问题项目问题个数显示问题项目问题个数显示问题项目问题个数显示问题个数显示问题项目问题个数显示问题项目问题个数显示问题项目问题个数显示问题项目问题个数显示问题项目问题个数显示问题
创建时间 : 2014-11-26 10:19

展开更多信息