更改:项目列表返回具体时间

This commit is contained in:
yystopf 2024-07-09 17:28:52 +08:00
parent b0ec4d7e9e
commit c640b81de2
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ json.projects @projects do |project|
json.mirror_url project.repository&.mirror_url
json.type project&.numerical_for_project_type
json.last_update_time render_unix_time(project.updated_on)
json.full_last_update_time project.updated_on
json.time_ago time_from_now(project.updated_on)
json.forked_from_project_id project.forked_from_project_id
json.open_devops project.open_devops?