openstreetmap-website/app/views/notes/_entry.html.erb

4 lines
192 B
Text

<h2><%= t "note.entry.comment" %></h2>
<%= render :partial => "comment", :object => entry %>
<h2><%= t "note.entry.full" %></h2>
<%= render :partial => "description", :object => entry.note %>