app/views/manage/questionnaires/_checkin.html.haml in hackathon_manager-0.11.0 vs app/views/manage/questionnaires/_checkin.html.haml in hackathon_manager-0.11.1
- old
+ new
@@ -32,9 +32,5 @@
- if !@questionnaire.checked_in?
= f.input :phone, input_html: { "data-validate" => "presence" }
= f.input :email, input_html: { "data-validate" => "presence email", value: @questionnaire.user.try(:email) }, required: true
= hidden_field_tag("check_in", !@questionnaire.checked_in?)
= f.button :submit, value: ( @questionnaire.checked_in? ? "Remove check-in" : "Check In" ), class: 'btn-primary'
- - if !@questionnaire.checked_in?
- %p.card-text
- %small
- %i An invite to Slack will be sent if they haven't joined already.