]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/diary_entries/show.html.erb
Simplify date display by using friendly_date helpers
[rails.git] / app / views / diary_entries / show.html.erb
index ab45a24b68242ea1eb602cb9445aa0a9a0315a77..5bfdfa17b3205dfd49648ace8b04d78ab388b81b 100644 (file)
@@ -12,8 +12,7 @@
 
 <%= render @entry %>
 
-<a id="comments"></a>
-<div class='comments mt-2'>
+<div id="comments" class="comments">
 <%= render :partial => "diary_comment", :collection => @comments %>
 </div>