|
1 | | -<h1><%= @event.name %> <%= @event.installation_get_together_date.strftime("%d.%m.") %> & <%= l @event.scheduled_at %> </h1> |
2 | | -<section id="infoforcoaches"> |
3 | | - <h4>Dear code curious (former Rails Girls Berlin) coaches,</h4> |
| 1 | +<h1><%= @event.name %> <%= l @event.installation_get_together_date, format: :short %> & <%= l @event.scheduled_at %> </h1> |
| 2 | +<section id="info-for-coaches"> |
| 3 | + <h3>Dear code curious (former Rails Girls Berlin) coaches,</h3> |
4 | 4 | <p>We are looking for helping hands for our next <%= @event.name %>.</p> |
5 | | - <p> |
6 | | - <b>When:</b><br> |
7 | | - Coach the coaches: |
8 | | - <%= @event.coach_the_coaches_date.strftime("%A, %d.%m.%Y") %>, |
9 | | - <%= @event.coach_the_coaches_start_time.strftime("%H:%M") %> - |
10 | | - <%= @event.coach_the_coaches_end_time.strftime("%H:%M") %><br> |
11 | | - Installation get-together: |
12 | | - <%= @event.installation_get_together_date.strftime("%A, %d.%m.%Y") %>, |
13 | | - <%= @event.installation_get_together_start_time.strftime("%H:%M") %> - |
14 | | - <%= @event.installation_get_together_end_time.strftime("%H:%M") %><br> |
15 | | - Workshop day: |
16 | | - <%= @event.scheduled_at.strftime("%A, %d.%m.%Y") %>, |
| 5 | + <div> |
| 6 | + <p><b>When:</b></p> |
| 7 | + <p>Coach the coaches: |
| 8 | + <%= l @event.coach_the_coaches_date, format: :long %>, |
| 9 | + <%= l @event.coach_the_coaches_start_time, format: :short %> - |
| 10 | + <%= l @event.coach_the_coaches_end_time, format: :short %></p> |
| 11 | + <p>Installation get-together: |
| 12 | + <%= l @event.installation_get_together_date, format: :long %>, |
| 13 | + <%= l @event.installation_get_together_start_time, format: :short %> - |
| 14 | + <%= l @event.installation_get_together_end_time, format: :short %></p> |
| 15 | + <p>Workshop day: |
| 16 | + <%= l @event.scheduled_at, format: :long %>, |
17 | 17 | <%= @event.start_time %> - |
18 | | - <%= @event.end_time %> |
19 | | - </p> |
20 | | - <p> |
21 | | - <b>Where for all events:</b><br> |
| 18 | + <%= @event.end_time %></p> |
| 19 | + </div> |
| 20 | + <div> |
| 21 | + <p><b>Where for all events:</b></p> |
22 | 22 | <%= @event.place %> |
23 | | - </p> |
| 23 | + </div> |
24 | 24 | </section> |
25 | 25 |
|
26 | 26 | <%= form_for [@event, @coach_application] do |f| %> |
|
0 commit comments