]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/traces/_trace.html.erb
Fix erblint warnings
[rails.git] / app / views / traces / _trace.html.erb
index 7dc20c203fafe130ecd9dea5c989d6bc42745b7a..44de2ef061114c3c857cadbe4646f68324c61695 100644 (file)
@@ -30,7 +30,7 @@
     </ul>
     <p class="text-muted mb-0">
       <span title="<%= trace.timestamp %>">
-        <%= time_ago_in_words(trace.timestamp, :scope => :'datetime.distance_in_words_ago') %>
+        <%= time_ago_in_words(trace.timestamp, :scope => :"datetime.distance_in_words_ago") %>
       </span>
       <%= t ".by" %> <%= link_to trace.user.display_name, user_path(trace.user) %>
       <% if !trace.tags.empty? %>