21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-06-04 00:25:07 +02:00
chexpire/app/views/notifications_mailer/_check_comment_vendor.en.html.erb
Colin Darie 9886e978fe
Notifier channel email
NB: domain recurrent failures notification conditions needs to be
implemented.
2018-06-04 14:18:12 +02:00

14 lines
241 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 %>