Update index.html.erb

This commit is contained in:
2016-05-02 12:54:10 -04:00
parent a55f3e03de
commit 813a74d1af

View File

@@ -14,9 +14,9 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
<h1> Redmine Quickbooks</h1> <h1> Redmine Quickbooks</h1>
<%= form_for @qbo do |f|%> <%= form_for @qbo do |f|%>
<div> <div>
<%= f.label "Customer Count:"+@qbo_customer_count.to_s%> <%= f.label "Customer Count:"+@customer_count.to_s%>
<br/> <br/>
<%= f.select :qbo_customer_id, QboCustomer.all.pluck(:name, :id).sort, :selected => @selected_customer, include_blank: true %> <%= f.select :customer_id, Customer.all.pluck(:name, :id).sort, :selected => @selected_customer, include_blank: true %>
</div> </div>
<br/> <br/>