app/views/shared/_location.html.erb

Summary

Maintainability
Test Coverage
<section class="location">
  <% if edit_mode? %>
    <div class="map" data-components="map" data-map-options="<%= map_options(object).merge({data: map_data}).to_json %>"></div>
  <% else %>
    <%= render 'shared/map', local_assigns %>
  <% end %>
</section>