21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-04-28 06:50:49 +02:00
chexpire/app/views/notifications_mailer/domain_expires_soon.fr.html.erb

13 lines
296 B
Plaintext

<p>
Salut,
<br />
<br />
le domaine <strong><%= @check.domain %></strong> va expirer le
<strong><%= format_utc(@check.domain_expires_at) %></strong>.
</p>
<br />
<%= render "check_comment_vendor" %>
<%= render "footer_expires_soon", interval: @notification.interval, check: @check %>