|
22 | 22 | <%= error_message(@event, :end_time) %> |
23 | 23 | <p><%= f.text_field :end_time %></p> |
24 | 24 |
|
| 25 | + <p><%= f.label(:coach_the_coaches_date, "Coach the Coaches date:") %></p> |
| 26 | + <%= error_message(@event, :coach_the_coaches_date) %> |
| 27 | + <p><%= f.date_select :coach_the_coaches_date %></p> |
| 28 | + |
| 29 | + <p><%= f.label(:coach_the_coaches_start_time, "Coach the coaches starts at:") %></p> |
| 30 | + <%= error_message(@event, :coach_the_coaches_start_time) %> |
| 31 | + <p><%= f.time_select :coach_the_coaches_start_time %></p> |
| 32 | + |
| 33 | + <p><%= f.label(:coach_the_coaches_end_time, "Coach the coaches ends at:") %></p> |
| 34 | + <%= error_message(@event, :coach_the_coaches_end_time) %> |
| 35 | + <p><%= f.time_select :coach_the_coaches_end_time %></p> |
| 36 | + |
| 37 | + <p><%= f.label(:installation_get_together_date, "Installation Get-Together date:") %></p> |
| 38 | + <%= error_message(@event, :installation_get_together_date) %> |
| 39 | + <p><%= f.date_select :installation_get_together_date %></p> |
| 40 | + |
| 41 | + <p><%= f.label(:installation_get_together_start_time, "Installation Get-Together starts at:") %></p> |
| 42 | + <%= error_message(@event, :installation_get_together_start_time) %> |
| 43 | + <p><%= f.time_select :installation_get_together_start_time %></p> |
| 44 | + |
| 45 | + <p><%= f.label(:installation_get_together_end_time, "Installation Get-Together ends at:") %></p> |
| 46 | + <%= error_message(@event, :installation_get_together_end_time) %> |
| 47 | + <p><%= f.time_select :installation_get_together_end_time %></p> |
| 48 | + |
25 | 49 | <p><%= f.label(:application_start, "Applications start on:") %></p> |
26 | 50 | <%= error_message(@event, :application_start) %> |
27 | 51 | <p><%= f.date_select :application_start %></p> |
|
0 commit comments