Sha256: 02c2cb00fbaacd6fa7d740ac169e6dd6a73c9a5ccb945a4c97a6cf7b7191e72f

Contents?: true

Size: 460 Bytes

Versions: 61

Compression:

Stored size: 460 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.username    gallery.user_profile.name
  json.cityname    gallery.city.name    if gallery.city
  json.tagname     gallery.tag.name_seo if gallery.tag
  json.venuename   gallery.venue.name   if gallery.venue
  json.partial! 'ishapi/photos/index', :photos => gallery.photos
end

Version data entries

61 entries across 61 versions & 1 rubygems

Version Path
ishapi-0.1.8.117 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.116 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.114 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.113 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.112 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.109 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.108 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.107 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.106 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.105 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.104 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.103 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.102 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.101 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.100 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.99 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.97 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.96 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.95 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.91 app/views/ishapi/galleries/index.jbuilder