From b0aedc9882fa58a0c274c06a807f3e07fad5d996 Mon Sep 17 00:00:00 2001 From: cxt Date: Tue, 27 Dec 2016 09:41:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=9E=E8=B5=9B=E5=88=97=E8=A1=A8=E7=9A=84?= =?UTF-8?q?=E5=8D=95=E4=BD=8D=E6=94=B9=E6=88=90=E5=88=9B=E5=BB=BA=E8=80=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/users/_contest_list_contents.html.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/users/_contest_list_contents.html.erb b/app/views/users/_contest_list_contents.html.erb index 3d02dd46c..3d9b290c8 100644 --- a/app/views/users/_contest_list_contents.html.erb +++ b/app/views/users/_contest_list_contents.html.erb @@ -11,8 +11,7 @@

更新时间:<%= format_date(contest.updated_at) %>     - <% contestUser = User.where("id=?", contest.user_id).first %> - 单位:<%= contestUser.user_extensions.school_id.blank? ? "无" : contestUser.user_extensions.school.name %> + 创建者:<%= contest.user.show_name %>