21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-06-03 16:15:07 +02:00
chexpire/app/views/notifications_mailer/_check_comment_vendor.en.text.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

12 lines
201 B
Plaintext

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