Sha256: 74c53d07623b83160848e3420a35d39a10349e4704e482937d4b7cddf1a61873
Contents?: true
Size: 652 Bytes
Versions: 2
Compression:
Stored size: 652 Bytes
Contents
<h2 class="center"> Thanks for Applying! </h2> <p>Hey <%= @questionnaire.first_name %>,</p> <p>We've received your application to BrickHack 3! You'll be notified of your acceptance status in January.</p> <p>If needed, you can edit your information by clicking the button below.</p> <%= link_to questionnaires_url, class: 'button' do %> My Profile <% end %> <% count = @questionnaire.school.questionnaires.count %> <p>In the meantime, <strong>invite your friends!</strong> Hacking is always fun as a team.</p> <p>Only <%= count == 1 ? '1 person has' : "#{count} people have" %> applied from <%= @questionnaire.school.name %> - spread the word!</p>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hackathon_manager-0.2.0 | app/views/mailer/application_confirmation_email.html.erb |
hackathon_manager-0.1.0 | app/views/mailer/application_confirmation_email.html.erb |