Sha256: 41627098fcbd3059382d2c64e65d23312e6ec25dae71a1b1ee8ef545370520e4
Contents?: true
Size: 597 Bytes
Versions: 1
Compression:
Stored size: 597 Bytes
Contents
.markers--index - markers.each do |marker| .Card - if marker.title_image = image_tag marker.title_image.image.url(:thumb) - 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ish_manager-0.1.8.304 | app/views/ish_manager/markers/_index.haml |