From: Aidan Cornelius-Bell Date: Mon, 16 Jun 2025 04:01:21 +0000 (+0930) Subject: disabled homepage audio due to bug X-Git-Url: https://gitweb.mndrdr.org/?a=commitdiff_plain;h=1ec4dda0b16566bcdaf87d363c1c4a8f2259be5d;p=arelpe.git disabled homepage audio due to bug --- diff --git a/app/views/pubview/index.html.erb b/app/views/pubview/index.html.erb index a906d5a..74b530f 100644 --- a/app/views/pubview/index.html.erb +++ b/app/views/pubview/index.html.erb @@ -24,9 +24,6 @@ posted <%= item.published_at.strftime('%d/%m/%y') %>, tagged with <%= raw item.format_tags %>
- <% if item.audio.present? && item.audio.file.attached? %> - <%= render partial: "shared/audio_player", locals: { audio: item.audio } %> - <% end %> <%= raw item.rendered_content.html_safe %>
<% else %>