Sha256: 3a654dacf248f713da28267ac3d1dae56becae71c5298634a53add4a7efe0942

Contents?: true

Size: 496 Bytes

Versions: 7

Compression:

Stored size: 496 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)
    .a= button_to 'x', map_path(map), method: :delete, data: { confirm: 'Are you sure?' }
  .a= map.slug

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ish_manager-0.1.8.260 app/views/ish_manager/maps/_map_meta_row.haml
ish_manager-0.1.8.259 app/views/ish_manager/maps/_map_meta_row.haml
ish_manager-0.1.8.258 app/views/ish_manager/maps/_map_meta_row.haml
ish_manager-0.1.8.257 app/views/ish_manager/maps/_map_meta_row.haml
ish_manager-0.1.8.256 app/views/ish_manager/maps/_map_meta_row.haml
ish_manager-0.1.8.255 app/views/ish_manager/maps/_map_meta_row.haml
ish_manager-0.1.8.254 app/views/ish_manager/maps/_map_meta_row.haml