commit
7d95c70720
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue