!params[:active_tab].present?) %>" id="home">
<%= render partial: 'broadcasts/broadcast_status', locals: { broadcast: @broadcast } %>
<% unless controller.class.module_parent.to_s == "Public" %>
<% end %>
If you want to join the ZOOM meeting dedicated to this broadcast, follow the link below.
<%= link_to 'Video Conference', @conference_url, class: 'btn btn-primary btn-block', target: '_blank' %>
params[:active_tab] == 'files') %>" id="files">
<% if controller.class.module_parent.to_s == "Public" %>
<%= render partial: "public/broadcasts/file_form", locals: { model: [@broadcast], token: @broadcast.token } %>
<% else %>
<%= render partial: "broadcasts/file_form", locals: { model: [@project, @broadcast] } %>
<% end %>
<%= fa_icon("warning", text: "You may need to refresh the page to see new files uploaded by other team members") %>
<% if @files.present? %>
<%= render partial: "broadcasts/file", collection: @files %>
<% else %>
-
Files will appear here.
<% end %>
params[:active_tab] == 'recordings') %>" id="recordings">
<%= render partial: 'broadcasts/broadcast_recordings', locals: { recordings: @recordings, broadcast: @broadcast } %>