Fix erblint warnings

This commit is contained in:
Tom Hughes 2021-06-05 07:40:55 +01:00
parent 29032847d9
commit 2c5e981684
6 changed files with 8 additions and 8 deletions

View 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? %>