From 987c8224c7f1bafb84d5e284ff0093921b92f1a0 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Tue, 21 Jul 2026 22:25:08 +0200 Subject: Widen nodes#show to all attachments --- app/views/nodes/show.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views/nodes') diff --git a/app/views/nodes/show.html.erb b/app/views/nodes/show.html.erb index f2b4b154..adf79dd8 100644 --- a/app/views/nodes/show.html.erb +++ b/app/views/nodes/show.html.erb @@ -253,12 +253,12 @@ <% end %> - <% if @page.assets.images.any? %> + <% if @page.assets.any? %> <% headline_asset_id = @page.headline_asset&.id %>
Images