This commit is contained in:
vilet.yy 2021-05-28 16:08:49 +08:00
parent 61b19c1745
commit 5431349d46
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ json.time_ago time_from_now(project.updated_on)
json.forked_from_project_id project.forked_from_project_id
json.open_devops project.open_devops?
json.platform project.platform
json.is_pinned @project.has_pinned_users.include?(current_user)
json.is_pinned project.has_pinned_users.include?(current_user)
json.author do
if project.educoder?
project_educoder = project.project_educoder