|
|
|
@ -30,7 +30,7 @@ class ProjectsController < ApplicationController
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
def branches
|
|
|
|
|
@branches = Gitea::Repository::BranchesService.new(current_user, @project.identifier).call
|
|
|
|
|
@branches = Gitea::Repository::BranchesService.new(@project.owner, @project.identifier).call
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
def group_type_list
|
|
|
|
|