21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-05 18:25:09 +02:00
chexpire/app/views/notifications_mailer/_check_comment_vendor.en.html.erb
Colin Darie ea610ee185
Notifications grouped of checks in error to user email.
This is not dependent of Notificatioon model.
2018-08-01 23:09:08 +02:00

14 lines
237 B
Plaintext

<%- if check.comment.present? -%>
<p>
You wrote the following comment with this domain:
<blockquote>
<%= check.comment -%>
</blockquote>
</p>
<%- end -%>
<%- if check.vendor.present? -%>
Vendor: <%= check.vendor %>
<% end %>