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-04-24 15:36:22 +02:00

3 lines
134 B
Plaintext

<%= options_for_select [['.', nil]] unless @quantities.empty? -%>
<%= options_from_collection_for_select(@quantities, :id, :name) -%>