openstreetmap-website/app/views/notes/_entry.html.erb
Andy Allan dfa2fd7d3d Rename note to notes in i18n lookups
Enables lazy translation lookups for most cases. Additionally, rename
keys for notes.description.* to notes.comment.* to match partial
name.
2018-04-25 14:56:20 +08:00

4 lines
172 B
Text

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