Sha256: 2381c1ce74b57e89f89cbaf80e7ad75b1fa4474ae79120aa6892a4e01f4ae8a0
Contents?: true
Size: 487 Bytes
Versions: 3
Compression:
Stored size: 487 Bytes
Contents
.flat-row .a= link_to map.slug, map_path(map) .a= button_to '~', edit_map_path(map), method: :get .a= button_to 'map editor', location_map_editor_path(map.id), 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
3 entries across 3 versions & 1 rubygems