21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-06-21 00:30:58 +02:00
chexpire/app/views/notifications_mailer/domain_expires_soon.en.html.erb

13 lines
285 B
Plaintext
Raw Normal View History

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