4 lines
130 B
Plaintext
4 lines
130 B
Plaintext
<% if @targets.all?(&:destroyed?) %>
|
|
$('tr[id=date-<%= @effective_from %>]').nextUntil('tr.date').addBack().remove();
|
|
<% end %>
|