File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
app/views/coach_applications Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 <%= l @event . installation_get_together_end_time , format : :short %> </ p >
1515 < p > Workshop day:
1616 <%= l @event . scheduled_at , format : :long %> ,
17- <%= @event . start_time %> -
18- <%= @event . end_time %> </ p >
17+ <%= l @event . start_time , format : :short %> -
18+ <%= l @event . end_time , format : :short %> </ p >
1919 </ div >
2020 < div >
2121 < p > < b > Where for all events:</ b > </ p >
Original file line number Diff line number Diff line change 5252 t . integer "state" , default : 0 , null : false
5353 t . boolean "lightningtalk_approved" , default : false
5454 t . datetime "contacted_at"
55- t . boolean "first_time_coaching"
55+ t . boolean "first_time_coaching" , default : false
5656 t . boolean "coach_the_coaches" , default : false
5757 t . string "sponsor"
5858 t . index [ "coach_id" ] , name : "index_coach_applications_on_coach_id"
You can’t perform that action at this time.
0 commit comments