X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5d4c96878a6c335b3f4216a81a60f2da27f3c82c..f3a44431205f23592a17efba753f1087bfcf2cf0:/app/views/notes/show.html.erb diff --git a/app/views/notes/show.html.erb b/app/views/notes/show.html.erb index 2378d8c2e..3bb97b484 100644 --- a/app/views/notes/show.html.erb +++ b/app/views/notes/show.html.erb @@ -34,7 +34,9 @@ <% @note_comments.drop(1).each do |comment| %>
  • <%= note_event(comment.event, comment.created_at, comment.author) %> - <%= comment.body.to_html %> +
    + <%= comment.body.to_html %> +
  • <% end %>