21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-04-27 14:30:49 +02:00
chexpire/app/views/notifications_mailer/ssl_expires_soon.en.html.erb
2018-07-02 18:40:09 +02:00

13 lines
304 B
Plaintext

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