This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Gitlink
/
forgeplus
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
16
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix: contributor error rescue
tags/v4.0.0^2
yystopf
4 years ago
parent
b1884d30d5
commit
490957ec3b
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
app/controllers/repositories_controller.rb
+ 2
- 0
app/controllers/repositories_controller.rb
View File
@@ -152,6 +152,8 @@ class RepositoriesController < ApplicationController
else
@contributors = Gitea::Repository::Contributors::GetService.call(@owner, @repository.identifier)
end
rescue
@contributors = []
end
def edit
Write
Preview
Loading…
Cancel
Save