]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/api/notes/_description.html.erb
Move the notes api methods into a controller in the api namespace
[rails.git] / app / views / api / notes / _description.html.erb
diff --git a/app/views/api/notes/_description.html.erb b/app/views/api/notes/_description.html.erb
new file mode 100644 (file)
index 0000000..4f03a1d
--- /dev/null
@@ -0,0 +1,3 @@
+<div>
+  <%= render :partial => "comment", :collection => description.comments %>
+</div>