X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/63303c22b704ca290c16ae908da1324f3ea25b2c..2fcee9625dcd192d0c524f27d9cb182c883e31b4:/app/views/notes/show.html.erb diff --git a/app/views/notes/show.html.erb b/app/views/notes/show.html.erb index 2378d8c2e..fda8946b6 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 %> @@ -93,7 +95,7 @@ <% if @note.freshly_closed? %> - <%= t ".disappear_date_html", :disappear_in => disappear_in(@note) %> + <%= t ".disappear_date_html", :disappear_in => friendly_date(@note.freshly_closed_until) %> <% end %>