<%= form_tag generate_card_account_items_path,:method => :post do %>
<%= hidden_field_tag 'id', params[:id] %>
<%= label_tag(:qty, "Qty:") %>
<%= text_field_tag :qty, "", class: 'adjust_height' %>
<%= submit_tag("Generate", :class=>"btn btn-primary btn_height") %>
<% end %>