mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
init project
This commit is contained in:
10
app/views/repositories/commits.json.jbuilder
Normal file
10
app/views/repositories/commits.json.jbuilder
Normal file
@@ -0,0 +1,10 @@
|
||||
json.total_count @hash_commit[:total_count]
|
||||
json.commits do
|
||||
json.array! @hash_commit[:body] do |commit|
|
||||
json.sha commit['sha']
|
||||
json.message commit['commit']['message']
|
||||
json.timestamp render_unix_time(commit['commit']['author']['date'])
|
||||
json.time_from_now time_from_now(commit['commit']['author']['date'])
|
||||
json.partial! 'author', user: @repo.user
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user