app/views/questionnaires/show.html.haml in hackathon_manager-0.5.8 vs app/views/questionnaires/show.html.haml in hackathon_manager-0.5.9
- old
+ new
@@ -11,13 +11,11 @@
- if @questionnaire.can_rsvp?
- if @questionnaire.did_rsvp?
- if @questionnaire.acc_status == "rsvp_confirmed"
%p
Congratulations! You're all set to attend #{Rails.configuration.hackathon['name']}!
- %p
- Expect an email closer to February 11th with additional logistics & travel info.
- %br
- %br
+ - if Rails.configuration.hackathon['thanks_for_rsvp']
+ = markdown(Rails.configuration.hackathon['thanks_for_rsvp'])
%p.center
= btn_link_to "Change RSVP", rsvp_path
- else
%p
Please RSVP so we know if you're attending!