<%= product_wordmark :direct_me, class: "small mb-3" %>
<% if policy(Broadcast).new? %> <%= link_to fa_icon("plus", text: t(".actions.new")), [:new, @project, :broadcast], class: "btn btn-primary mb-2" %> <% end %> <%= link_to "Multi-View", "javascript:void(0);", class: "btn btn-light border disabled ml-auto mr-2 mb-2", id: "multi_view_broadcasts" %> <%= bootstrap_form_with url: [@project, :broadcasts], method: :get, remote: true, layout: :inline, id: "search" do |form| %> <%= form.search_field :query, hide_label: true, placeholder: t("shared.search"), value: params[:query], prepend: form.button(fa_icon("search"), class: "btn btn-light border mb-2") %> <% end %>
<% if @broadcasts.any? %> <%= render @broadcasts %> <% else %> <% end %>
<%= t(".table_headers.broadcast_name") %> <%= t(".table_headers.broadcast_time_zone") %> <%= t(".table_headers.broadcast_status") %> <%= t(".table_headers.broadcast_created_at") %>
<%= t(".empty") %>
<%= will_paginate @broadcasts %>