Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
Update admin.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
reesericci authored Mar 4, 2024
1 parent 0bf67bc commit d8f3aef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/views/layouts/admin.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
</div>
</div>

<noscript>
<% Broadcast.unexpired.each do |b| %>
<%= render partial: "application/broadcast", object: b, locals: { open: true } %>
<% end %>
</noscript>

<% Broadcast.unexpired.each do |b| %>
<%= render partial: "application/broadcast", object: b %>
<% end %>
Expand Down

0 comments on commit d8f3aef

Please sign in to comment.