Files
grecia/app/components/shared/map_location_component.html.erb
Javi Martín a145fdb8a8 Make map location HTML class names consistent
We were using `map_location` in one place and
`location-map-remove-marker` in another one. We usually use dashes in
HTML class names, we don't say "location map" anywhere else.
2023-05-04 15:32:33 +02:00

6 lines
133 B
Plaintext

<%= tag.div(id: dom_id(map_location), class: "map-location map", data: data) %>
<% if editable? %>
<%= remove_marker %>
<% end %>