From 147dfaac3458cae8d3e421275766c67be5151919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Sepsi?= Date: Sat, 29 Nov 2025 14:29:17 +0100 Subject: [PATCH 1/2] remove image_tag --- app/views/active_storage/blobs/_blob.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/active_storage/blobs/_blob.html.erb b/app/views/active_storage/blobs/_blob.html.erb index 49ba357..d943a58 100644 --- a/app/views/active_storage/blobs/_blob.html.erb +++ b/app/views/active_storage/blobs/_blob.html.erb @@ -1,6 +1,6 @@
attachment--<%= blob.filename.extension %>"> <% if blob.representable? %> - <%= image_tag blob.representation(resize_to_limit: local_assigns[:in_gallery] ? [ 800, 600 ] : [ 1024, 768 ]) %> + <%#= image_tag blob.representation(resize_to_limit: local_assigns[:in_gallery] ? [ 800, 600 ] : [ 1024, 768 ]) %> <% end %>
From 6e8aab6222b2b0d2d8021f9f82149d5520fa3ec7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Sepsi?= Date: Sat, 29 Nov 2025 14:34:34 +0100 Subject: [PATCH 2/2] remove article content --- app/views/articles/_article.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/articles/_article.html.erb b/app/views/articles/_article.html.erb index 7f96b4a..954e72f 100644 --- a/app/views/articles/_article.html.erb +++ b/app/views/articles/_article.html.erb @@ -8,7 +8,7 @@ <%= I18n.l(article.created_at) if article.created_at %>

- <%= article.content %> + <%#= article.content %>