X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/edda4af515cfb0bd4de1ed0650b47e124bfad6ed..02d94679394a627574f2a21dd2733455a78b7c43:/app/views/notes/show.html.erb diff --git a/app/views/notes/show.html.erb b/app/views/notes/show.html.erb index d17612e29..b65926b5f 100644 --- a/app/views/notes/show.html.erb +++ b/app/views/notes/show.html.erb @@ -5,7 +5,7 @@

<%= t(".description") %>

- <%= h(@note_comments.first.body.to_html) %> + <%= note_description(@note.author, @note.description).to_html %>
@@ -22,7 +22,7 @@

- <% if @note_comments.find { |comment| comment.author.nil? } -%> + <% if @note_includes_anonymous -%>

<%= t ".anonymous_warning" %>

<% end -%> @@ -52,10 +52,10 @@ <% end %>
- <% if @note_comments.length > 1 %> + <% if @note_comments.length > 0 %>