mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-16 17:55:56 +08:00
5 lines
211 B
Ruby
5 lines
211 B
Ruby
json.id @public_key["id"]
|
|
json.name @public_key["title"]
|
|
json.content @public_key["key"]
|
|
json.fingerprint @public_key["fingerprint"]
|
|
json.created_time @public_key["created_at"].to_time.strftime("%Y/%m/%d %H:%M") |