@ -1,9 +1,11 @@
|
||||
<div class="form-group row">
|
||||
<div class="col-md-3">
|
||||
<%= form.label :diet, 'Dietary Preferences', class: 'col-form-label' %>
|
||||
<%= form.label :diet, 'Ernährungspräferenzen', 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>
|
||||
<small class="form-text text-muted">
|
||||
Zum Beispiel: Vegan, vegetarisch, glutenfrei oder andere Allergien/Unverträglichkeiten.
|
||||
</small>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user