mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 01:14:23 -05:00
Update new.html.erb
This commit is contained in:
@@ -32,11 +32,11 @@
|
|||||||
<br/>
|
<br/>
|
||||||
<label for="notes">Notes:</label>
|
<label for="notes">Notes:</label>
|
||||||
<br/>
|
<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/>
|
<br/>
|
||||||
<label for="qbo_customer">Customer:</label>
|
<label for="qbo_customer">Customer:</label>
|
||||||
<br/>
|
<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" %>
|
<%= submit_tag "Create" %>
|
||||||
<% end %>
|
<% end %>
|
||||||
<%= form_tag %>
|
<%= form_tag %>
|
||||||
|
|||||||
Reference in New Issue
Block a user