Changed yields input to text_field
This commit is contained in:
parent
80c203b227
commit
72ac0aab3b
@ -28,7 +28,7 @@
|
||||
<div class="col-xs-4">
|
||||
<div class="form-group form-group-sm">
|
||||
<%= f.label :yields, class: "control-label" %>
|
||||
<%= f.number_field :yields, class: 'form-control', placeholder: 'Servings' %>
|
||||
<%= f.text_field :yields, class: 'form-control', placeholder: 'Servings' %>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-4">
|
||||
|
Loading…
Reference in New Issue
Block a user