Skip to content

Commit f3383ac

Browse files
committed
Update object.html.erb
1 parent 1481c96 commit f3383ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/reports/object.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<% @object.reports.each do |reports| %>
1+
<% @object.reports.each do |report| %>
22
<div class="text-right muted-text">
33
<%= time_ago_with_date(report.created_at, true) %>
44
</div>

0 commit comments

Comments
 (0)