Sha256: 4511c2b6c29dd678aa4157afc191a08820fdddb8931a45a638b36ae65a537071
Contents?: true
Size: 410 Bytes
Versions: 6
Compression:
Stored size: 410 Bytes
Contents
.flat-row .a= link_to map.slug, map_path(map) .a= button_to '~', edit_map_path(map), method: :get .a <b>#{map.w}x#{map.h}_#{map.slug}</b> .a= button_to '+marker', new_map_marker_path(map), method: :get .a= button_to '+newsitem', new_map_newsitem_path(map), method: :get .a= link_to '[api]', api_map_path(map) .a= button_to 'x', map_path(map), method: :delete, data: { confirm: 'Are you sure?' }
Version data entries
6 entries across 6 versions & 1 rubygems