Fix erblint warnings
This commit is contained in:
parent
29032847d9
commit
2c5e981684
6 changed files with 8 additions and 8 deletions
|
@ -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? %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue