Sha256: bc1edb17cfc37e4b48118af91bd8641c4e52d47c78e9b49e310e2a3180e56d8c

Contents?: true

Size: 501 Bytes

Versions: 34

Compression:

Stored size: 501 Bytes

Contents

#
# ishapi / galleries / index
#

json.array! @galleries do |gallery|
  json.id          gallery.id.to_s
  json.name        gallery.name
  json.slug gallery.slug
  json.slug        gallery.slug
  json.subhead     gallery.subhead
  json.username    gallery.user_profile.name
  json.cityname    gallery.city.name    if gallery.city
  json.tag_names   gallery.tags.map &:slug
  json.venuename   gallery.venue.name   if gallery.venue
  json.partial! 'ishapi/photos/index', :photos => gallery.photos
end

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
ishapi-0.1.8.194 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.193 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.192 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.191 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.190 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.189 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.188 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.187 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.185 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.184 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.183 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.182 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.181 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.180 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.178 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.177 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.176 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.175 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.174 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.173 app/views/ishapi/galleries/index.jbuilder