Sha256: 1e9f04dcce7367f95b56c52757e58115bccc42984c311b168e793f7391873d4c

Contents?: true

Size: 627 Bytes

Versions: 12

Compression:

Stored size: 627 Bytes

Contents


json.name              @profile.name
json.username          @profile.username
json.email             @profile.email
json.profile_photo_url @profile.profile_photo.photo.url( :thumb ) if @profile.profile_photo

json.n_reports   @profile.reports.count
json.n_galleries @profile.galleries.count
json.n_videos    @profile.videos.count
json.n_stars     @profile.n_stars # @TODO: which one is deprecated?
json.n_unlocks   @profile.n_unlocks # @TODO: which one is deprecated?

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

12 entries across 12 versions & 1 rubygems

Version Path
ishapi-0.1.8.169 app/views/ishapi/users/_account.jbuilder
ishapi-0.1.8.168 app/views/ishapi/users/_account.jbuilder
ishapi-0.1.8.167 app/views/ishapi/users/_account.jbuilder
ishapi-0.1.8.166 app/views/ishapi/users/_account.jbuilder
ishapi-0.1.8.165 app/views/ishapi/users/_account.jbuilder
ishapi-0.1.8.164 app/views/ishapi/users/_account.jbuilder
ishapi-0.1.8.162 app/views/ishapi/users/_account.jbuilder
ishapi-0.1.8.161 app/views/ishapi/users/_account.jbuilder
ishapi-0.1.8.160 app/views/ishapi/users/_account.jbuilder
ishapi-0.1.8.159 app/views/ishapi/users/_account.jbuilder
ishapi-0.1.8.158 app/views/ishapi/users/_account.jbuilder
ishapi-0.1.8.157 app/views/ishapi/users/_account.jbuilder