Sha256: 90ace4f92be38abdb42c634aba8d5fb2f90b8fcb47727b8d9397795b61b16448
Contents?: true
Size: 443 Bytes
Versions: 35
Compression:
Stored size: 443 Bytes
Contents
.maps-index %h1 Maps #{link_to '[+]', new_map_path} - @maps.each do |map| .item .col = render 'map_meta_row', map: map .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
35 entries across 35 versions & 1 rubygems