Sha256: 9461d51e94d143dd006468cb50fc27330d504ad23c33465194a21d8ce9636034
Contents?: true
Size: 445 Bytes
Versions: 1
Compression:
Stored size: 445 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= 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ish_manager-0.1.8.253 | app/views/ish_manager/maps/_map_meta_row.haml |