1
0
This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
body_tracking/app/views/targets/destroy.js.erb
cryptogopher 4eda035e47 Test pass: test_destroy
Expand Targets #update success flash and failure handling
Add Target index table checks in modification actions tests
2021-04-29 01:30:13 +02:00

4 lines
133 B
Plaintext

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