<%= l(:label_options) %>
<%= form_tag toggle_column_project_ingredients_path(@project), id: 'toggle-column-form', name: 'toggle-column-form', method: :post, remote: true do %>
<%= select_tag 'id', toggle_column_options %> <%= submit_tag l(:button_add) %>
<% end %>
<% total_width = 3 + @quantities.length %> <% @quantities.each do |q| %> <% end %>
<%= link_to l(:button_hide), toggle_column_project_ingredients_path(@project, quantity_id: q.id), {class: "icon icon-close", method: :post, remote: true} %>