dev_forge
Jasder 5 years ago
parent 1ea0412c61
commit 2574f72834

@ -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

Loading…
Cancel
Save