]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notes/_entry.html.erb
Rework the generation of descriptions in the notes RSS feed
[rails.git] / app / views / notes / _entry.html.erb
diff --git a/app/views/notes/_entry.html.erb b/app/views/notes/_entry.html.erb
new file mode 100644 (file)
index 0000000..6f0c8fb
--- /dev/null
@@ -0,0 +1,4 @@
+<h2><%= t "note.entry.comment" %></h2>
+<%= render :partial => "comment", :object => entry %>
+<h2><%= t "note.entry.full" %></h2>
+<%= render :partial => "description", :object => entry.note %>