diff --git a/app/views/exercise/_student_table.html.erb b/app/views/exercise/_student_table.html.erb
index bdfd2c96f..8d7fe7a8a 100644
--- a/app/views/exercise/_student_table.html.erb
+++ b/app/views/exercise/_student_table.html.erb
@@ -2,10 +2,10 @@
序号 |
|
- 姓名 |
- 学号 |
- 班级 |
- |
+ 姓名 |
+ 学号 |
+ 班级 |
+ |
<%= link_to "时间",'',:class => "c_dark f14 fb" ,:remote => true%>
|
@@ -17,19 +17,19 @@
<% @exercise_users_list.each_with_index do |exercise, index|%>
<%=index + 1 %> |
-
+ |
<%= link_to(image_tag(url_to_avatar(exercise.user),:width =>"40",:height => "40",:style => "display:block;", :class => "mt15"),user_activities_path(exercise.user)) %>
|
-
+ |
<%=exercise.user.show_name %>
|
-
- <%= exercise.user.user_extensions.nil? ? "--" : exercise.user.user_extensions.student_id%>
+ |
+ <%= exercise.user.user_extensions.nil? ? "--" : exercise.user.user_extensions.student_id%>
|
-
+ |
--
|
- |
+ |
<% if exercise.created_at%>
<%= Time.parse(format_time(exercise.created_at)).strftime("%m-%d %H:%M")%>
@@ -45,13 +45,13 @@
|