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.
|
- json.id project.id
- json.identifier project.identifier
- json.name project.name
- json.description Nokogiri::HTML(project.description).text
- json.visits project.visits
- json.praises_count project.praises_count
- json.forked_count project.forked_count
- json.is_public project.is_public
- json.mirror_url project.repository&.mirror_url
- json.last_update_time render_unix_time(project.updated_on)
- json.time_ago time_from_now(project.updated_on)
- json.forked_from_project_id project.forked_from_project_id
|