<%= check_box_tag "broadcast_ids[]", broadcast.id, false %> <%= broadcast.name %> <%= broadcast.shoot_location_time_zone %> <%= broadcast.status.titleize %> <%= time_ago_in_words(broadcast.created_at) %> ago
<%= button_tag t(".actions.manage"), class: "btn btn-light btn-sm dropdown-toggle border", data: { toggle: "dropdown", boundary: "window" }, aria: { haspopup: true, expanded: false } %>