Skip to content

Commit 1481c96

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

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.each do |reports| %>
1+
<% @object.reports.each do |reports| %>
22
<div class="text-right muted-text">
33
<%= time_ago_with_date(report.created_at, true) %>
44
</div>

0 commit comments

Comments
 (0)