]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/diary_entries/show.html.erb
Remove empty comments anchor
[rails.git] / 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>