Sha256: 6896a2f9fb20569b0364fb047ce49abb122a0c5245851227976bf415fff379db
Contents?: true
Size: 1.79 KB
Versions: 40
Compression:
Stored size: 1.79 KB
Contents
- title "Application" .form-container #disclaimer %h1.section-title Application %span.emphasized Status - if @questionnaire.blank? %strong AWAITING APPLICATION - else %strong= @questionnaire.verbal_status.upcase - 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']}! - 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! %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 %p Thanks for applying! You will be notified of your acceptance via email. - else %p Thanks for applying! .form-container %h1.section-title.section-title--actions %span Review your %span.emphasized Application = btn_link_to 'Edit', edit_questionnaires_path, class: 'section-title__action' .participant_info = render partial: 'questionnaire_summary' %br %p.session-link.right Unhappy? #{link_to "Revoke my application", user_registration_path, data: { confirm: "Are you sure? Your account and application will be permanently erased." }, method: :delete}
Version data entries
40 entries across 40 versions & 1 rubygems