Skip to content

Commit 3219836

Browse files
committed
Update object.html.erb
1 parent db23129 commit 3219836

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/views/reports/object.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<% if report.user.present? %>
44
<%= display_link(report.user) %>,
55
<% else %>
6-
<%= fa_icon('robot') %> Excubia bot,
6+
<%= fa_icon('robot') %> Excubia bot
77
<% end %>
8-
<%= time_ago_with_date(report.created_at, true) %>
8+
<%= time_ago_with_date(report.created_at) %>
99
</div>
1010
<%= report.html.html_safe %>
1111
<hr/>

0 commit comments

Comments
 (0)