]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notes/_description.html.erb
Move the notes api methods into a controller in the api namespace
[rails.git] / app / views / notes / _description.html.erb
diff --git a/app/views/notes/_description.html.erb b/app/views/notes/_description.html.erb
deleted file mode 100644 (file)
index 596d632..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<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 -%>
-</div>