]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/diary_entries/show.html.erb
Call paging heading helpers from partial
[rails.git] / app / views / diary_entries / show.html.erb
index 8792074951ce6efd1d9ca64bec76ede8137162fe..5bfdfa17b3205dfd49648ace8b04d78ab388b81b 100644 (file)
@@ -12,8 +12,7 @@
 
 <%= render @entry %>
 
-<a id="comments"></a>
-<div class='comments'>
+<div id="comments" class="comments">
 <%= render :partial => "diary_comment", :collection => @comments %>
 </div>