X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/1673851b50e2932f04891c8140af58464c2866c4..a3519348c6c2b461dd0bbaeede01ecca1939090d:/app/views/browse/note.html.erb diff --git a/app/views/browse/note.html.erb b/app/views/browse/note.html.erb index a377ada6a..1bacd27d6 100644 --- a/app/views/browse/note.html.erb +++ b/app/views/browse/note.html.erb @@ -1,29 +1,32 @@ -<% set_title("#{t('browse.note.title')} | #{@note.id}") %> +<% set_title(t('browse.note.title', :id => @note.id)) %>
<%= t "javascripts.notes.show.anonymous_warning" %>
<% end -%> - <% if @note.comments.length > 1 %> + <% if @note_comments.length > 1 %>
- <% @note.comments[1..-1].each do |comment| %> + <% @note_comments[1..-1].each do |comment| %>-
<%= note_event(comment.event, comment.created_at, comment.author) %>
<%= comment.body.to_html %>