Skip to content

Commit 03ebc5e

Browse files
committed
Add input to form
This change adds a simple input to the form that collects Member information.
1 parent 7b5951d commit 03ebc5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/views/member/details/edit.html.haml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
= f.input :surname, required: true
1212
= f.input :pronouns
1313
= f.input :email, required: true
14+
= f.input :dietary_restrictions, label: 'If you have dietary restrictions, please add them here'
1415
- if @member.coach?
1516
= f.input :about_you, as: :text, label: t('member.details.edit.coach.about_you'), input_html: { rows: 3 }, required: true
1617
- else

0 commit comments

Comments
 (0)