Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/views/members/_new.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
= f.input :about_you, as: :text, label: 'Tell us a little bit about yourself', input_html: { rows: 3 }, required: true
- if @member.coach?
.col-12
= f.input :skill_list, label: 'Skills, enter as a comma separated list', input_html: { value: @member.skill_list.join(", ") }
= f.input :skill_list, input_html: { value: @member.skill_list.join(", ") }
.col-12.text-right
= f.button :button, submit_text, class: 'btn btn-primary'
4 changes: 4 additions & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,7 @@ en:
name: 'Grace'
surname: 'Hopper'
pronouns: 'e.g she/her/they'
skill_list: 'e.g. HTML, CSS, JavaScript, React, Ruby, Python, SQL'
job:
company: 'e.g. codebar'
company_website: 'e.g. https://codebar.io'
Expand All @@ -686,6 +687,7 @@ en:
hints:
member:
email: 'This is needed so we can email you invitations to our events'
skill_list: 'Enter as a comma separated list'
workshop_invitation:
note: 'Pairing preferences or anything else you think we should know.'
job:
Expand Down Expand Up @@ -721,6 +723,8 @@ en:
accessibility_info: Accessibility information
number_of_coaches: Coach spots
seats: Student spots
member:
skill_list: Skills
activerecord:
attributes:
job:
Expand Down