Sha256: 1902303a82de21da52ddd5f68b2fd5dbb785bc74e879aba0837d00519a64f02d
Contents?: true
Size: 1.21 KB
Versions: 1
Compression:
Stored size: 1.21 KB
Contents
- title "Application" .form-success .success_message %p#notice= notice - if @questionnaire.can_rsvp? - if @questionnaire.did_rsvp? %p Below is a copy of your information for BrickHack. = link_to "Back to RSVP page »".html_safe, rsvp_path - else %p You have not RSVP'd yet! %br %br = link_to "RSVP NOW »".html_safe, rsvp_path - else - if Rails.configuration.hackathon['registration_is_open'] %p Thanks for applying! You will be notified of your acceptance via email. - else %p Thanks for applying! .participant_info %p Below is a copy of your application. = render partial: 'questionnaire_summary' %p = btn_link_to '<span class="fa fa-pencil icon-space-r"></span> Edit Application'.html_safe, edit_questionnaires_path - if !@questionnaire.user.provider = btn_link_to '<span class="fa fa-user icon-space-r"></span> Edit Account'.html_safe, edit_user_registration_path %p 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hackathon_manager-0.2.0 | app/views/questionnaires/show.html.haml |