Sha256: cd5de1143a88d01670812dbbeda8ed624098433a2e424b25e3d1227558b7c62e

Contents?: true

Size: 489 Bytes

Versions: 72

Compression:

Stored size: 489 Bytes

Contents

#
# ishapi / venues / _index
#

json.n_venues venues.count
json.venues do
  json.array! venues do |venue|
    json.id          venue.id.to_s
    json.name        venue.name
    json.name_seo    venue.name_seo
    json.subhead     venue.subhead
    json.description venue.descr
    json.x           venue.x
    json.y           venue.y
    json.photo       venue.profile_photo.photo.url( :thumb ) if venue.profile_photo
    json.partial! 'ishapi/tags/index', :tags => venue.tags
  end
end

Version data entries

72 entries across 72 versions & 1 rubygems

Version Path
ishapi-0.1.8.153 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.151 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.150 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.149 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.148 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.147 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.146 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.145 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.144 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.143 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.142 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.141 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.140 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.139 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.138 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.137 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.136 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.135 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.134 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.133 app/views/ishapi/venues/_index.jbuilder