forked from fixin.me/fixin.me
8 lines
248 B
Plaintext
8 lines
248 B
Plaintext
<%= turbo_stream.update(:measurement_form_legend) { @superquantity&.pathname } %>
|
|
|
|
<% @prev_quantities.each do |pq| %>
|
|
<%= turbo_stream.update dom_id(pq, nil, :pathname) do %>
|
|
<%= pq.relative_pathname(@superquantity) %>
|
|
<% end %>
|
|
<% end %>
|