skill-assessment-app/app/views/reviewer_mailer/notify_manager.html.inky

11 lines
256 B
Plaintext
Raw Permalink Normal View History

2017-02-09 16:26:33 -06:00
<row>
<columns class="email-body">
<p>Hello <%= @manager.name %>,</p>
<p>
Everyone has voted and you need to request or decline an interview for
<%= link_to nil, admin_result_url(@candidate.test_hash) %>
</p>
</columns>
</row>