We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4b6c3 commit 31f79a9Copy full SHA for 31f79a9
app/views/events/_snapshot_event_row.html.erb
@@ -7,9 +7,7 @@
7
<td><%= event.event_time.to_s %></td>
8
<td>
9
<% event.data.storage_locations.values.each_with_index do |loc, loc_index| %>
10
-
11
<%= link_to storage_locs.find { |i| i.id == loc.id}.name, storage_location_path(loc.id) %>
12
13
<% loc.items.values.each do |entry| %>
14
<% item = items.find { |i| i.id == entry.item_id} %>
15
<% if item %>
@@ -25,4 +23,3 @@
25
23
<td> </td>
26
24
27
</tr>
28
0 commit comments