21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-06-15 14:04:28 +02:00
chexpire/app/views/notifications_mailer/_check_comment_vendor.en.html.erb

14 lines
241 B
Plaintext
Raw Normal View History

<%- 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 %>