<%= check_box_tag "location_release_ids[]", location_release.id, false %> <% if location_release.photo.attached? %> <%= image_tag medium_variant(location_release.photo), class: "img-fluid" %> <% else %> <%= fa_icon("warning", text: t(".no_photos"), class: "text-danger") %> <% end %> <%= location_release.name %> <%= contact_info address: location_release.address %> <%= notes_preview location_release.notes.order_by_recent %> "> <%= tags_preview location_release, location_release.tags %> <%= location_release.signed_on %>
<%= button_tag t(".actions.manage"), class: "btn btn-light btn-sm dropdown-toggle border", data: { toggle: "dropdown", boundary: "window" }, aria: { haspopup: true, expanded: false } %>