From 286184bed415067742934769d6c413bbb3312610 Mon Sep 17 00:00:00 2001 From: cxt <853663049@qq.com> Date: Wed, 23 Oct 2019 18:13:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=9E=E8=B5=9B=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/competitions/competition_teams/index.json.jbuilder | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/competitions/competition_teams/index.json.jbuilder b/app/views/competitions/competition_teams/index.json.jbuilder index a86bfb30e..70651b4ae 100644 --- a/app/views/competitions/competition_teams/index.json.jbuilder +++ b/app/views/competitions/competition_teams/index.json.jbuilder @@ -29,6 +29,7 @@ json.my_teams @teams.each do |team| json.extract! team, :id, :name, :invite_code json.team_type team.en_team_type json.school_name team.user.school_name + json.created_at team.created_at.strftime("%Y-%m-%d %H:%M") json.manage_permission current_user.id == team.user_id