<%= form_tag export_path(:format => :csv),:method => :post do%>
    <%= button_tag "Export CSV",:class =>'btn btn-primary btn-sm',:id =>"btnexport" %>
<% end %>
Batch Line Item List
<% @batchLineItems.each do |item| %> <% end %>
Serail No Wristband Code Manufacture UID Batch No Card Type Created At Update At
<%= item.serial_no rescue '' %> <%= item.wristband_code rescue '' %> <%= item.manufacture_uid rescue '' %> <%= item.batch_name rescue '' %> <%= item.card_type rescue '' %> <%= item.created_at.strftime("%e,%b %Y %I:%M %p") rescue '' %> <%= item.updated_at.strftime("%e,%b %Y %I:%M %p") rescue '' %>
<%=paginate @batchLineItems %>