X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c597ead529a425dd1a147f5908af202a497b8a62..9dd82c96dd68071f2ca8bbbb762d2dcd5bc75413:/app/views/issues/index.html.erb
diff --git a/app/views/issues/index.html.erb b/app/views/issues/index.html.erb
index 9fd8f1167..0aa9fea50 100644
--- a/app/views/issues/index.html.erb
+++ b/app/views/issues/index.html.erb
@@ -62,10 +62,10 @@
<% if issue.user_updated %>
<%= t ".last_updated_time_user_html", :user => link_to(issue.user_updated.display_name, user_path(issue.user_updated)),
- :time => time_ago_in_words(issue.updated_at, :scope => :'datetime.distance_in_words_ago'),
+ :time => time_ago_in_words(issue.updated_at, :scope => :"datetime.distance_in_words_ago"),
:title => l(issue.updated_at) %>
<% else %>
- <%= t ".last_updated_time_html", :time => time_ago_in_words(issue.updated_at, :scope => :'datetime.distance_in_words_ago'),
+ <%= t ".last_updated_time_html", :time => time_ago_in_words(issue.updated_at, :scope => :"datetime.distance_in_words_ago"),
:title => l(issue.updated_at) %>
<% end %>
|