app/views/questionnaires/show.html.haml in hackathon_manager-0.5.9 vs app/views/questionnaires/show.html.haml in hackathon_manager-0.5.10
- old
+ new
@@ -22,9 +22,11 @@
Please RSVP so we know if you're attending!
%br
%br
%p.center
= btn_link_to "RSVP NOW »".html_safe, rsvp_path
+ - elsif @questionnaire.acc_status == "denied"
+ %p
- else
- if Rails.configuration.hackathon['registration_is_open']
- if Rails.configuration.hackathon['thanks_for_applying']
= markdown(Rails.configuration.hackathon['thanks_for_applying'])
- else