Sha256: 8033ccf37e27f02d701ec8aa1f76262d41915261302e6bbc8a0f7a46c2c0019a

Contents?: true

Size: 526 Bytes

Versions: 19

Compression:

Stored size: 526 Bytes

Contents

#
# ishapi / galleries / index
#

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

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
ishapi-0.1.8.154 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.153 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.151 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.150 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.149 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.148 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.147 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.146 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.145 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.144 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.143 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.142 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.141 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.140 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.139 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.138 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.137 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.136 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.135 app/views/ishapi/galleries/index.jbuilder