diff --git a/app/views/student_work/_show.html.erb b/app/views/student_work/_show.html.erb
index 286d5eb39..1b0202536 100644
--- a/app/views/student_work/_show.html.erb
+++ b/app/views/student_work/_show.html.erb
@@ -9,10 +9,10 @@
<% if work.user == User.current && Time.parse(@homework.end_time.to_s).strftime("%Y-%m-%d") >= Time.now.strftime("%Y-%m-%d") %>
- <%= link_to("", student_work_path(work),:method => 'delete', :confirm => l(:text_are_you_sure), :class => "pic_del") %>
+ <%= link_to("", student_work_path(work),:method => 'delete', :confirm => l(:text_are_you_sure), :class => "pic_del",:title=>"删除") %>
-
- <%= link_to "",edit_student_work_path(work),:class => "pic_edit"%>
+
+ <%= link_to "",edit_student_work_path(work),:class => "pic_edit",:title => "修改"%>
<% end%>
<% if @homework.homework_detail_manual.comment_status == 3 && work.user != User.current%>