]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notes/_description.html.erb
Merge branch 'pull/843' into titles
[rails.git] / app / views / notes / _description.html.erb
index 596d63269fea0799a98fc0944694e5cfe4ee5a4c..4f03a1d59aadf32973468a5dc53d37109483199c 100644 (file)
@@ -1,8 +1,3 @@
 <div>
-  <% description.comments.each do |comment| -%>
-  <div class="note-comment" style="margin-top: 5px">
-    <div class="note-comment-description" style="font-size: smaller; color: #999999"><%= t "note.description.#{comment.event}_at_by", :when => friendly_date(comment.created_at), :user => note_author(comment, :only_path => false) %></div>
-    <div class="note-comment-text"><%= comment.body %></div>
-  </div>
-  <% end -%>
+  <%= render :partial => "comment", :collection => description.comments %>
 </div>