Files
gitlink-forgeplus/app/views/projects/watch_users.json.jbuilder
2020-05-18 13:46:47 +08:00

4 lines
122 B
Ruby

json.count @watchers_count
json.watchers do
json.partial! "/projects/list_user", collection: @watchers, as: :target
end