summaryrefslogtreecommitdiffstats
path: root/app/views/projects/index.api.rsb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/index.api.rsb')
-rw-r--r--app/views/projects/index.api.rsb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/index.api.rsb b/app/views/projects/index.api.rsb
index 03c7c0c77..1f8ff74f7 100644
--- a/app/views/projects/index.api.rsb
+++ b/app/views/projects/index.api.rsb
@@ -5,6 +5,7 @@ api.array :projects, api_meta(:total_count => @project_count, :offset => @offset
api.name project.name
api.identifier project.identifier
api.description project.description
+ api.homepage project.homepage
api.parent(:id => project.parent.id, :name => project.parent.name) if project.parent && project.parent.visible?
api.status project.status
api.is_public project.is_public?