Browse Source

fix

tags/v4.0.0
yystopf 4 years ago
parent
commit
cc0e01cc47
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/views/projects/banner_recommend.json.jbuilder

+ 1
- 0
app/views/projects/banner_recommend.json.jbuilder View File

@@ -5,6 +5,7 @@ json.projects do
json.id project.id
json.identifier project.identifier
json.name project.name
json.description project.description
json.visits project.visits
json.author do
json.name owner.try(:show_real_name)


Loading…
Cancel
Save