Sha256: 42d4a1fc09b459ebf10c1da6967894d2ca75cc79a565538898aa9edb08ae8d29
Contents?: true
Size: 516 Bytes
Versions: 47
Compression:
Stored size: 516 Bytes
Contents
.maps-index %h1 Maps #{link_to '[+]', new_map_path} - @maps.each do |map| .item .col = render 'map_flat_row', map: map %p= map.description = image_tag map.img_path, width: 400 .col .row .a Markers (#{map.markers.length}) .a #{button_to '+', new_map_marker_path(map), method: :get} %ul.markers - map.markers.each do |marker| %li = marker.slug = link_to '[~]', edit_marker_path(marker)
Version data entries
47 entries across 47 versions & 1 rubygems