Skip to content

Commit ea4b6c3

Browse files
committed
remove refers too since the link does not make sense
1 parent 37a4b83 commit ea4b6c3

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

app/views/events/_snapshot_event_row.html.erb

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@
33
<tr style="background-color: #e9e4f3;">
44
<td><%= event.user&.name || "No Name Provided" %></td>
55
<td>Snapshot</td>
6-
<td>
7-
<%= link_to event.eventable_id, event.eventable %>
8-
<%= link_to(
9-
events_path(eventable_type: event.eventable_type, eventable_id: event.eventable_id),
10-
class: 'btn btn-md') do %>
11-
<i class="fa fa-filter"></i>
12-
<% end %>
13-
</td>
6+
<td>&nbsp;</td>
147
<td><%= event.event_time.to_s %></td>
158
<td>
169
<% event.data.storage_locations.values.each_with_index do |loc, loc_index| %>

0 commit comments

Comments
 (0)