Make open source
This commit is contained in:
9
app/views/guests/_dietary_preferences.html.erb
Normal file
9
app/views/guests/_dietary_preferences.html.erb
Normal file
@ -0,0 +1,9 @@
|
||||
<div class="form-group row">
|
||||
<div class="col-md-3">
|
||||
<%= form.label :diet, 'Dietary Preferences', class: 'col-form-label' %>
|
||||
</div>
|
||||
<div class="col-md-9">
|
||||
<%= form.text_area :diet, id: "#{id_stem}_diet", class: 'form-control' %>
|
||||
<small class="form-text text-muted">For example, vegan, vegetarian, gluten free, and any allergies or intolerances.</small>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user