From e5ce6ffbb881c4b10d6c3a97cb4f4d1d31a709b3 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Wed, 16 Aug 2023 04:17:50 +0300 Subject: [PATCH] Remove empty comments anchor --- app/views/diary_entries/show.html.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/diary_entries/show.html.erb b/app/views/diary_entries/show.html.erb index ab45a24b6..5d2f7d969 100644 --- a/app/views/diary_entries/show.html.erb +++ b/app/views/diary_entries/show.html.erb @@ -12,8 +12,7 @@ <%= render @entry %> - -
+
<%= render :partial => "diary_comment", :collection => @comments %>
-- 2.39.5