]> gitweb.mndrdr.org Git - arelpe.git/commitdiff
disabled homepage audio due to bug main
authorAidan Cornelius-Bell <[email protected]>
Mon, 16 Jun 2025 04:01:21 +0000 (13:31 +0930)
committerAidan Cornelius-Bell <[email protected]>
Mon, 16 Jun 2025 04:01:21 +0000 (13:31 +0930)
app/views/pubview/index.html.erb

index a906d5a9585626a442b7287e8754db8243b199f5..74b530fd868a33743ea12c3c0e5363f4d9e6b8e7 100644 (file)
@@ -24,9 +24,6 @@
             <span class="dash">&mdash;</span>
             <span class="meta">posted <%= item.published_at.strftime('%d/%m/%y') %>, tagged with <%= raw item.format_tags %></span>
             <main class="home-full-content full-content">
-              <% if item.audio.present? && item.audio.file.attached? %>
-                  <%= render partial: "shared/audio_player", locals: { audio: item.audio } %>
-              <% end %>
               <%= raw item.rendered_content.html_safe %>
             </main>
           <% else %>