Browse Source

Merge branch 'develop' into standalone_develop

pull/313/head
yystopf 4 years ago
parent
commit
2d52dbfc2f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/organizations/projects/index.json.jbuilder

+ 1
- 1
app/views/organizations/projects/index.json.jbuilder View File

@@ -1,6 +1,6 @@
json.total_count @projects.total_count json.total_count @projects.total_count
json.projects @projects.each do |project| json.projects @projects.each do |project|
json.(project, :id, :name, :identifier, :description, :forked_count, :praises_count, :forked_from_project_id)
json.(project, :id, :name, :identifier, :description, :forked_count, :praises_count, :forked_from_project_id, :is_public)
json.mirror_url project.repository&.mirror_url json.mirror_url project.repository&.mirror_url
json.type project.numerical_for_project_type json.type project.numerical_for_project_type
json.praised project.praised_by?(current_user) json.praised project.praised_by?(current_user)


Loading…
Cancel
Save