14 lines
361 B
Plaintext
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>
|