Sha256: ab96179217668b8476ba5eee92f410f5cabac71bba3828e29f8ee741012c6c55
Contents?: true
Size: 597 Bytes
Versions: 190
Compression:
Stored size: 597 Bytes
Contents
.maps--map-meta-row .flat-row .a= link_to map.name, 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= 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), target: :_blank .a= button_to 'Export Subtree', export_map_path(map.id, format: :json) .a= button_to 'x', map_path(map), method: :delete, data: { confirm: 'Are you sure?' } .a slug: #{map.slug}
Version data entries
190 entries across 190 versions & 1 rubygems