This commit is contained in:
parent
bb86ef4612
commit
12b6525cc6
|
@ -332,7 +332,7 @@ module CoursesHelper
|
|||
return format("%.2f",teacher_stars == nil ? 0 : teacher_stars.stars)
|
||||
end
|
||||
|
||||
#获取指定作业的得分
|
||||
#获取指定项目的得分
|
||||
def project_score project
|
||||
issue_count = project.issues.count
|
||||
issue_journal_count = project.issue_changes.count
|
||||
|
|
Loading…
Reference in New Issue