Sha256: 65ca6a1915ead8c0c8a49c4048ee7bdc92255558ee1a3e38765a2dedb8ba6f24

Contents?: true

Size: 526 Bytes

Versions: 12

Compression:

Stored size: 526 Bytes

Contents

#
# ishapi / markers / _index
#

json.markers do
  json.array! map.markers do |marker|
    json.name marker.name
    json.slug marker.slug
    json.x    marker.x
    json.y    marker.y
    json.w    marker.w
    json.h    marker.h
    json.centerOffsetX  marker.centerOffsetX
    json.centerOffsetY  marker.centerOffsetY
    json.img_path       marker.image.image.url(:original)
    json.title_img_path marker.title_image.image.url(:thumb)
    json.item_type      marker.item_type
    json.url            marker.url
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
ishapi-0.1.8.162 app/views/ishapi/markers/_index.jbuilder
ishapi-0.1.8.161 app/views/ishapi/markers/_index.jbuilder
ishapi-0.1.8.160 app/views/ishapi/markers/_index.jbuilder
ishapi-0.1.8.159 app/views/ishapi/markers/_index.jbuilder
ishapi-0.1.8.158 app/views/ishapi/markers/_index.jbuilder
ishapi-0.1.8.157 app/views/ishapi/markers/_index.jbuilder
ishapi-0.1.8.156 app/views/ishapi/markers/_index.jbuilder
ishapi-0.1.8.155 app/views/ishapi/markers/_index.jbuilder
ishapi-0.1.8.154 app/views/ishapi/markers/_index.jbuilder
ishapi-0.1.8.153 app/views/ishapi/markers/_index.jbuilder
ishapi-0.1.8.151 app/views/ishapi/markers/_index.jbuilder
ishapi-0.1.8.150 app/views/ishapi/markers/_index.jbuilder