X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0a046673d630a4618c27559875ce613465d85d3c..6950f44a71f2570bfed7352edb0612c3c0069221:/app/views/notes/show.html.erb diff --git a/app/views/notes/show.html.erb b/app/views/notes/show.html.erb index 3bb97b484..fda8946b6 100644 --- a/app/views/notes/show.html.erb +++ b/app/views/notes/show.html.erb @@ -95,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 %>