X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/29032847d9ffd812f2eb44ee4b838abb0097c3f4..2c5e981684defe603e9c579a2e59dedf30dc9745:/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 %>