diff --git a/app/views/contests/show_attendingcontest.html.erb b/app/views/contests/show_attendingcontest.html.erb
index df6b81944..3a50c3a79 100644
--- a/app/views/contests/show_attendingcontest.html.erb
+++ b/app/views/contests/show_attendingcontest.html.erb
@@ -273,12 +273,12 @@
- 发布时间:<%= format_time c_softapplication.created_at %>
- 发布人员:<%= c_softapplication.softapplication.user.name %>
+ 参赛时间:<%= format_time c_softapplication.created_at %>
+ 参赛代表:<%= c_softapplication.softapplication.user.name %>
-
+
最终得分:<%= c_softapplication.softapplication.average(:quality).try(:avg).try(:round, 2).to_i.to_s%>分
|