Sha256: 46171fa7c34d58d2cf812278a170579e01783aa5166982ab81fc9e8bbd465354
Contents?: true
Size: 600 Bytes
Versions: 8
Compression:
Stored size: 600 Bytes
Contents
.markers--index - markers.each do |marker| .Card - if marker.title_image = image_tag marker.title_image.image.url(:original) - else = image_missing_tag .flex-row .a= marker.slug .a= button_to '~', edit_marker_path(marker), method: :get .a= button_to 'x', marker_path(marker), method: :delete, data: { confirm: 'Are you sure?' } .flex-row .a= link_to '[api]', api_marker_path(marker) .a= link_to '[this map]', edit_map_path(marker.slug) .hide %ul.bullets %li <b>item_type:</b> #{marker.item_type}
Version data entries
8 entries across 8 versions & 1 rubygems