Sha256: b5c6656cf3f169795f1955063437eae8936d8edbcd24d742b6d0f7e771fa6d02

Contents?: true

Size: 441 Bytes

Versions: 6

Compression:

Stored size: 441 Bytes

Contents

json.name     @profile.name
# json.username @profile.username
json.email    @profile.email

json.n_reports   @profile.reports.count
json.n_galleries @profile.galleries.count
json.n_videos    @profile.videos.count
json.n_stars     @profile.n_stars

json.n_unlocks @profile.n_unlocks

if @profile.current_city
  json.current_city @profile.current_city
end

json.bookmarks @profile.bookmarks do |b|
  json.name b.name
  json.slug b.slug
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ishapi-0.1.8.156 app/views/ishapi/users/_account.jbuilder
ishapi-0.1.8.155 app/views/ishapi/users/_account.jbuilder
ishapi-0.1.8.154 app/views/ishapi/users/_account.jbuilder
ishapi-0.1.8.153 app/views/ishapi/users/_account.jbuilder
ishapi-0.1.8.151 app/views/ishapi/users/_account.jbuilder
ishapi-0.1.8.150 app/views/ishapi/users/_account.jbuilder