]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/api/notes/_entry.html.erb
Move the notes api methods into a controller in the api namespace
[rails.git] / app / views / api / notes / _entry.html.erb
diff --git a/app/views/api/notes/_entry.html.erb b/app/views/api/notes/_entry.html.erb
new file mode 100644 (file)
index 0000000..624ecd1
--- /dev/null
@@ -0,0 +1,4 @@
+<h2><%= t ".comment" %></h2>
+<%= render :partial => "comment", :object => entry %>
+<h2><%= t ".full" %></h2>
+<%= render :partial => "description", :object => entry.note %>