fix
This commit is contained in:
parent
f0580720e3
commit
cc0e01cc47
|
@ -5,6 +5,7 @@ json.projects do
|
||||||
json.id project.id
|
json.id project.id
|
||||||
json.identifier project.identifier
|
json.identifier project.identifier
|
||||||
json.name project.name
|
json.name project.name
|
||||||
|
json.description project.description
|
||||||
json.visits project.visits
|
json.visits project.visits
|
||||||
json.author do
|
json.author do
|
||||||
json.name owner.try(:show_real_name)
|
json.name owner.try(:show_real_name)
|
||||||
|
|
Loading…
Reference in New Issue