]> git.openstreetmap.org Git - rails.git/commitdiff
Remove empty comments anchor
authorAnton Khorev <tony29@yandex.ru>
Wed, 16 Aug 2023 01:17:50 +0000 (04:17 +0300)
committerAnton Khorev <tony29@yandex.ru>
Wed, 16 Aug 2023 01:17:50 +0000 (04:17 +0300)
app/views/diary_entries/show.html.erb

index ab45a24b68242ea1eb602cb9445aa0a9a0315a77..5d2f7d969b174950643a1982883c423fa00d0a81 100644 (file)
@@ -12,8 +12,7 @@
 
 <%= render @entry %>
 
-<a id="comments"></a>
-<div class='comments mt-2'>
+<div id="comments" class="comments mt-2">
 <%= render :partial => "diary_comment", :collection => @comments %>
 </div>