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

12 lines
201 B
Plaintext
Raw Normal View History

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