You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
educoder/app/views/projects/_project.json.jbuilder

9 lines
292 B

json.id project.identifier
json.name project.name
json.description project.description
json.visits project.visits
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)