Test pass: test_index_table_header_close_exposure
Allow closing last quantity column
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<% next unless @quantities.length > 0 %>
|
||||
<% next if @quantities.empty? %>
|
||||
<% extra_quantities.each_slice(@quantities.length) do |eqs| %>
|
||||
<tr class="extra <%= row_class %>" style="display:none">
|
||||
<% eqs.each do |q| %>
|
||||
|
||||
Reference in New Issue
Block a user