1
0
This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
body_tracking/app/views/meals/_edit_notes_form.html.erb
2020-04-24 15:36:16 +02:00

8 lines
251 B
Plaintext

<%= labelled_form_for @meal,
url: update_notes_meal_path(@meal),
remote: true,
html: {id: 'edit-meal-notes-form', name: 'edit-meal-notes-form'} do |f| %>
<%= f.text_field :notes, required: false, label: '', style: "width: 100%;" %>
<% end %>