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/subthresholds.html.erb
2021-02-20 13:55:04 +01:00

5 lines
196 B
Plaintext

<%= fields_for 'goal[targets_attributes][]', @target do |target_f| %>
<%= render partial: 'targets/thresholds_form',
locals: {target_f: target_f, last_quantity: @last_quantity} %>
<% end %>