21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-23 18:58:50 +02:00
chexpire/app/views/notifications_mailer/ssl_expires_soon.en.html.erb

15 lines
466 B
Plaintext
Raw Normal View History

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