Sha256: db0ead32f6e758c891302f3a2840356324e860775bf7836545a7fec1a9134562
Contents?: true
Size: 823 Bytes
Versions: 187
Compression:
Stored size: 823 Bytes
Contents
.markers--index.row - markers.each do |marker| .col-sm-3 .Card - if marker.title_image = image_tag marker.title_image.image.url(:thumb) - else = image_missing_tag .flex-row %div{ class: marker.is_active ? 'is_active' : 'not_is_active' } #{marker.name} - if marker.destination .a <b>=></b> #{marker.destination&.name} .flex-row %div{ class: marker.is_3d ? 'is_3d' : 'not_is_3d' } [3d] .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 '[show]', edit_map_path(marker.destination) if marker.destination
Version data entries
187 entries across 187 versions & 1 rubygems