From 91562bf48235fbd62a3094aee7d01362f3007d7d Mon Sep 17 00:00:00 2001 From: huang Date: Tue, 17 Oct 2017 09:08:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E7=89=88=E6=9C=AC=E5=BA=93?= =?UTF-8?q?=E6=A0=91=E5=BD=A2=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/shixuns_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/shixuns_controller.rb b/app/controllers/shixuns_controller.rb index 7eecc484c..3a1e1cb3e 100644 --- a/app/controllers/shixuns_controller.rb +++ b/app/controllers/shixuns_controller.rb @@ -30,7 +30,7 @@ class ShixunsController < ApplicationController def achieve_ways @repository = @shixun.repository @entries = @repository.entries(@path, @rev) - # @entries = Gitlab.client.trees(@shixun.gpid).map{|tree| tree.name} + @entries = Gitlab.client.trees(@shixun.gpid).map{|tree| tree.name} end def statistics_students