diff --git a/app/views/bids/_bid_homework_show.html.erb b/app/views/bids/_bid_homework_show.html.erb
index cd9b7b037..cc8159821 100644
--- a/app/views/bids/_bid_homework_show.html.erb
+++ b/app/views/bids/_bid_homework_show.html.erb
@@ -17,6 +17,21 @@
+second+" 秒");
}
+
<% if bids.blank? %>
<%#= l(:label_uncommit_homework) %>
@@ -46,10 +61,12 @@
<% cur_user_homework = cur_user_homework_for_bid(bid) %>
<% if cur_user_homework!= nil && cur_user_homework.empty? %>
<% if bid.comment_status == 0 || bid.comment_status == 2%>
- <%= link_to l(:label_commit_homework),new_exercise_book_path(bid) %>
+
+ <%= link_to l(:label_commit_homework),new_exercise_book_path(bid) %>
+
<% else %>
-
- <%= l(:label_commit_homework)%>
+
+ 提交作业
<% end %>
<% else %>
@@ -59,7 +76,7 @@
<% end %>
<% end %>
<% if (User.current.admin?||User.current.id==bid.author_id) %>
-