Sha256: 56c90044da0673cbd75ab5543c87c6679ee592ab0793f7277cf38f3abbebef33

Contents?: true

Size: 353 Bytes

Versions: 107

Compression:

Stored size: 353 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.partial! 'ishapi/photos/index', :photos => gallery.photos
end

Version data entries

107 entries across 107 versions & 1 rubygems

Version Path
ishapi-0.1.8.316 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.315 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.314 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.313 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.312 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.310 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.309 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.308 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.307 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.306 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.305 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.304 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.303 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.302 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.301 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.300 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.298 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.297 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.296 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.295 app/views/ishapi/galleries/index.jbuilder