From d10a12faddd3ad3721f023c446e1ae588575a108 Mon Sep 17 00:00:00 2001
From: daiao <358551898@qq.com>
Date: Fri, 23 Dec 2016 15:30:39 +0800
Subject: [PATCH] =?UTF-8?q?=E9=82=AE=E7=AE=B1=E6=BF=80=E6=B4=BB=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/views/account/email_valid.html.erb | 8 ++++----
app/views/users/_anonymous_evaluation_list.html.erb | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/app/views/account/email_valid.html.erb b/app/views/account/email_valid.html.erb
index 1aecc6904..9758ee3c5 100644
--- a/app/views/account/email_valid.html.erb
+++ b/app/views/account/email_valid.html.erb
@@ -11,7 +11,7 @@
<% email = @user.mail.split("@")[1] %>
-
+
<%= l(:label_email_valid)%>
@@ -19,9 +19,9 @@
-
<%= l(:notice_email_register_time)%>
-
-
+
<%= l(:notice_email_register_time) %>
+
+
diff --git a/app/views/users/_anonymous_evaluation_list.html.erb b/app/views/users/_anonymous_evaluation_list.html.erb
index 049f97f49..46737ae0f 100644
--- a/app/views/users/_anonymous_evaluation_list.html.erb
+++ b/app/views/users/_anonymous_evaluation_list.html.erb
@@ -18,12 +18,12 @@
- <%= link_to ae.name.to_s, student_work_index_url(:homework => ae.id, :tab => 2), :target => "_blank", :class => "homepageTabTitle fl ml5" %>
+ <%= link_to ae.name.to_s, student_work_index_url(:homework => ae.id, :tab => 2), :target => "_blank", :class => "homepageTabTitle fl ml5" %>
|
- <%= link_to ae.course.try(:name),course_path(ae.course), :class => "homepageTabTitle ml5", :target => "_blank"%>
+ <%= link_to ae.course.try(:name), course_path(ae.course), :class => "homepageTabTitle ml5", :target => "_blank"%>
|
|