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 code bug
tags/v3.0.2^2
jasder
5 years ago
parent
002c773746
commit
6a3d297b30
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/views/repositories/_commit_author.json.jbuilder
+1
-1
app/views/repositories/commits.json.jbuilder
+ 1
- 1
app/views/repositories/_commit_author.json.jbuilder
View File
@@ -7,5 +7,5 @@ else
json.id nil
json.login name
json.name name
json.image_url User.get_letter_avatar_url(name)
json.image_url User
::Avatar
.get_letter_avatar_url(name)
end
+ 1
- 1
app/views/repositories/commits.json.jbuilder
View File
@@ -26,7 +26,7 @@ else
json.login commit['commit']['author']['name']
json.type nil
json.name commit['commit']['author']['name']
json.image_url User.get_letter_avatar_url(commit['commit']['author']['name'])
json.image_url User
::Avatar
.get_letter_avatar_url(commit['commit']['author']['name'])
end
end
end
Write
Preview
Loading…
Cancel
Save