<%= @broadcast.title %>

<%= link_to "Edit", edit_admin_broadcast_path, class: "crayons-btn" %>

Type

<%= @broadcast.type_of %>

Content

<%= @broadcast.processed_html %>

Last active

<%= @broadcast.active_status_updated_at&.strftime("%b %d, %Y %H:%M UTC") %>

Status

"> <%= @broadcast.active? ? "Active" : "Inactive" %>

<% if @broadcast.processed_html %>

Preview

Please note: announcement broadcasts will render directly below the nav bar once activated.

<% end %> <%= render partial: "admin/shared/destroy_confirmation_modal" %>
<%= csrf_meta_tags %>