mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
FIX bug
This commit is contained in:
@@ -32,7 +32,7 @@ json.array! @entries do |entry|
|
||||
json.commit do
|
||||
json.message entry['latest_commit']['message']
|
||||
json.sha entry['latest_commit']['sha']
|
||||
json.created_at fix_time entry['latest_commit']
|
||||
json.created_at created_at
|
||||
json.time_from_now time_from_now(created_at)
|
||||
json.created_at_unix entry['latest_commit']['created_at']
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user