21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-11 13:08:39 +02:00
chexpire/app/views/notifications_mailer/domain_expires_soon.en.html.erb
2018-08-02 00:29:53 +02:00

15 lines
493 B
Plaintext

<% # Copyright (C) 2018 Colin Darie <colin@darie.eu>, 2018 Jeremy Lecour <jlecour@evolix.fr>, 2018 Evolix <info@evolix.fr> %>
<% # License: GNU AGPL-3+ (see full text in LICENSE file) %>
<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", check: @check %>
<%= render "footer_expires_soon", interval: @notification.interval, check: @check %>