mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
fix: not show commiter avatar
This commit is contained in:
@@ -61,7 +61,7 @@ json.release_versions do
|
||||
json.tag_name release["tag_name"]
|
||||
json.created_at format_time(release["created_at"].to_time)
|
||||
end
|
||||
json.total_count @result[:release].size
|
||||
json.total_count @repository&.version_releases.size
|
||||
end
|
||||
json.branches do
|
||||
json.list @result[:branch].each do |branch|
|
||||
@@ -93,3 +93,5 @@ json.contributors do
|
||||
json.total_count total_count
|
||||
end
|
||||
json.languages @result[:language]
|
||||
|
||||
json.partial! 'author', locals: { user: @project.owner }
|
||||
|
||||
Reference in New Issue
Block a user