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/version_releases/_simple_version_release.jso...

4 lines
159 B

5 years ago
json.extract! version, :id, :name,:tag_name, :target_commitish, :tarball_url, :zipball_url,:url, :version_gid
json.created_at format_time(version.created_at)
5 years ago