Skip to content

Commit 31f79a9

Browse files
committed
Fixed linting issue
1 parent ea4b6c3 commit 31f79a9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/views/events/_snapshot_event_row.html.erb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
<td><%= event.event_time.to_s %></td>
88
<td>
99
<% event.data.storage_locations.values.each_with_index do |loc, loc_index| %>
10-
1110
<%= link_to storage_locs.find { |i| i.id == loc.id}.name, storage_location_path(loc.id) %>
12-
1311
<% loc.items.values.each do |entry| %>
1412
<% item = items.find { |i| i.id == entry.item_id} %>
1513
<% if item %>
@@ -25,4 +23,3 @@
2523
<td>&nbsp;</td>
2624
<td>&nbsp;</td>
2725
</tr>
28-

0 commit comments

Comments
 (0)