From d0686b46d735470069de333abee72c0c9a2feb0f Mon Sep 17 00:00:00 2001 From: cxt Date: Fri, 9 Sep 2016 11:09:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E7=BA=BF=E6=B5=8B=E9=AA=8C=EF=BC=9A?= =?UTF-8?q?=E5=A6=82=E5=9B=BE=E6=88=AA=E6=AD=A2=E6=97=B6=E9=97=B4=E6=9C=AA?= =?UTF-8?q?=E5=88=B0=EF=BC=8C=E6=98=AF=E4=B8=8D=E8=83=BD=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E4=BD=9C=E5=93=81=E8=AF=A6=E6=83=85=E7=9A=84?= =?UTF-8?q?=EF=BC=8C=E5=BB=BA=E8=AE=AE=E5=8E=BB=E6=8E=89=E5=B7=A6=E4=BE=A7?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E2=80=9C=E7=82=B9=E5=87=BB=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E2=80=9D=EF=BC=8C=E6=B5=8B=E9=AA=8C=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E5=88=97=E8=A1=A8=E7=9A=84=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/exercise/_student_table.html.erb | 30 +++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) 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 %> - - + + - + -- -   +   <% if exercise.created_at%> <%= Time.parse(format_time(exercise.created_at)).strftime("%m-%d %H:%M")%>  @@ -45,13 +45,13 @@