You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- if @public_key.present?
- json.status 0
- 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")
- end
|