Sha256: 32bde753d032ac5ca30dd73d17c31ee9371b0ab9ee0f3da6dda25fc2f826d461
Contents?: true
Size: 810 Bytes
Versions: 33
Compression:
Stored size: 810 Bytes
Contents
.markers--index-small.markers-list %h1 Markers (#{markers.length}) = link_to '[+]', new_marker_path({ map_id: map.id }) - markers.each do |m| = form_for m, { html: { class: "item #{m.slug}" }, url: marker_path(m.id) } do |f| .flex-row .flex-column .a= m.name %b= m.slug = link_to '[~]', edit_marker_path(m.id) .flex-row .flex-column .a on map: = image_tag( m.image ? m.image.image.url(:thumb) : image_missing ) .flex-column .a title: = image_tag( m.title_image ? m.title_image.image.url(:thumb) : image_missing ) .field = f.label :x = f.text_field :x .field = f.label :y = f.text_field :y .field = f.submit 'Save'
Version data entries
33 entries across 33 versions & 1 rubygems