Update new.html.erb

This commit is contained in:
2016-04-21 14:20:30 -04:00
parent 4c9b48bd91
commit a1b72a1dd0

View File

@@ -32,11 +32,11 @@
<br/>
<label for="notes">Notes:</label>
<br/>
<input name="notes" id="notes" type="longtext" maxlength="5555500" row="5" size=25%/>
<input name="notes" id="notes" type="longtext" maxlength="5555500" rows="5" size=25%/>
<br/>
<label for="qbo_customer">Customer:</label>
<br/>
<input name="qbo_customer" id="qbo_customer" type="integer" size=25%/>
<input name="qbo_customer" id="qbo_customer" type="integer" required=true size=25%/>
<%= submit_tag "Create" %>
<% end %>
<%= form_tag %>