skill-assessment-app/app/views/reviewer_mailer/new_comment.html.inky
2017-02-14 11:32:39 -06:00

14 lines
361 B
Plaintext

<row>
<columns class="email-body">
<p>
<%= @comment.user.name %> wrote a comment for quiz <%= @comment.test_hash %>
</p>
<p style="border-top: 1px solid; border-bottom: 1px solid;">
<%= @comment.message %>
</p>
<p>You can view and reply here: <%= link_to nil, admin_result_url(@comment.test_hash) %>.</p>
</columns>
</row>