Expand Targets #update success flash and failure handling Add Target index table checks in modification actions tests
4 lines
133 B
Plaintext
4 lines
133 B
Plaintext
<% if @targets.all?(&:destroyed?) %>
|
|
$('tr[id=date-<%= @effective_from %>]').nextUntil('tr.primary').addBack().remove();
|
|
<% end %>
|