diff --git a/app/views/users/user_messages.html.erb b/app/views/users/user_messages.html.erb
index 3b1652f2d..5597fe351 100644
--- a/app/views/users/user_messages.html.erb
+++ b/app/views/users/user_messages.html.erb
@@ -109,7 +109,7 @@
<%= ucm.course_message.user %>
评阅了作品
- <%= link_to ucm.course_message.comment, student_work_index_path(:homework => ucm.course_message.student_work.homework_common_id),:class=>"newsGrey",:title => "#{ucm.course_message.comment}" %>
+ <%= link_to "#{ucm.course_message.comment.nil? ? "分数:"+ucm.course_message.score.to_s : ucm.course_message.comment}", student_work_index_path(:homework => ucm.course_message.student_work.homework_common_id),:class=>"newsGrey",:title => "#{ucm.course_message.comment}" %>
<%= time_tag(ucm.course_message.created_at).html_safe %>
<% end %>
diff --git a/public/stylesheets/public.css b/public/stylesheets/public.css
index 82b3f17aa..12fa037d6 100644
--- a/public/stylesheets/public.css
+++ b/public/stylesheets/public.css
@@ -467,3 +467,6 @@ img,embed{max-width: 100%;}
/*.copyright{ width:390px; margin:0 auto;height:20px;line-height:20px;}*/
/*a.f_grey {color:#666666;}*/
/*a.f_grey:hover {color:#000000;}*/
+
+/*.navHomepageNews {width:30px; display:block; float:right; margin-top:5px; position:relative;}*/
+/*.newsActive {width:10px; height:10px; border-radius:50%; border:2px solid #ffffff; background-color:#ff0000; position:absolute; left:17px; top:5px;z-index:99;}*/