|
11 | 11 | <%= error_message(@application, :female) %> |
12 | 12 | <p> |
13 | 13 | <%= f.check_box :female %> |
14 | | - <%= f.label(:female, "I am a woman / non-binary person.") %> |
| 14 | + <%= f.label(:female, "I identify as a woman (cis or trans) or non-binary person or trans-man.") %> |
| 15 | + <p class="note"> |
| 16 | + This workshop is only for women, non-binary and trans-people. |
| 17 | + Feel free to leave a comment at the bottom of the form, if this line is problematic for you. |
| 18 | + </p> |
15 | 19 | </p> |
16 | 20 | <p><%= f.label(:name, "Name") %></p><p class="note">No official name necessary, you can use the name you want to be called. Just be sure to remember what you picked. *</p> |
17 | 21 | <%= error_message(@application, :name) %> |
|
37 | 41 | <fieldset> |
38 | 42 | <p> |
39 | 43 | <%= f.check_box :attended_before %> |
40 | | - <%= f.label(:attended_before, "I have attended a code curious workshop before.") %> |
| 44 | + <%= f.label(:attended_before, "I have attended a code curious or Rails Girls Berlin workshop before.") %> |
41 | 45 | </p> |
42 | 46 | <p> |
43 | 47 | <%= f.check_box :rejected_before %> |
|
52 | 56 | <p><%= f.select(:os, options_for_select([["Linux", "linux"], ["Mac", "mac"], ["Windows", "windows"], ["Other", "other"]], @application.os), include_blank: true) %></p> |
53 | 57 | <p> |
54 | 58 | <%= f.check_box :needs_computer %> |
55 | | - <%= f.label(:needs_computer, "Or do you need a computer for the workshop?") %> |
| 59 | + <%= f.label(:needs_computer, "Or do you need to borrow a laptop for the duration of the workshop?") %> |
| 60 | + <p class="note"> |
| 61 | + We do not have laptops to lend out for the day, but we will try our best to find you one from the community. |
| 62 | + If you have a possibility of borrowing a laptop from a friend, that would be very helpful so you can still |
| 63 | + tick this box but make sure to mention that in the bottom comment section. |
| 64 | + </p> |
56 | 65 | </p> |
57 | | - <p><%= f.label(:comments, "Is there anything else that you would like to mention?") %></p> |
| 66 | + <p><%= f.label(:referred_by, "How did you hear about us?") %></p> |
| 67 | + <p><%= f.text_area :referred_by %></p> |
| 68 | + |
| 69 | + <p><%= f.label(:comments, "Is there anything else you would like to mention? For example: why you want to attend?") %></p> |
58 | 70 | <p><%= f.text_area :comments %></p> |
| 71 | + |
59 | 72 | </fieldset> |
60 | 73 | <fieldset> |
61 | 74 | <h2>Please read and accept our <a href="http://berlincodeofconduct.org">Code of Conduct</a></h2> |
|
0 commit comments