21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-23 10:48:50 +02:00
chexpire/app/views/notifications_mailer/domain_expires_soon.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

13 lines
285 B
Plaintext

<p>
Hi,
<br />
<br />
the domain <strong><%= @check.domain %></strong> will expire
<strong><%= format_utc(@check.domain_expires_at) %></strong>.
</p>
<br />
<%= render "check_comment_vendor" %>
<%= render "footer_expires_soon", delay: @notification.delay, check: @check %>