Wrong API call on releases page
On gitlab-org/gitlab-ce!23796 we implemented the frontend for releases api.
There 3 problems:
- it uses the wrong API URL
- it uses
undefinedas the project id - After fixing 1 and 2, it doesn't show the author
it fetches http://localhost:3000/api/v4/project/undefined/releases instead of http://localhost:3000/api/v4/projects/:project_id:/releases (projects)
Edited by Alessio Caiazza