Remove empty comments anchor

This commit is contained in:
Anton Khorev 2023-08-16 04:17:50 +03:00
parent 65d092a579
commit e5ce6ffbb8

View 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>