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

23 lines
597 B
Plaintext

<p>
<strong>SSL: <%= check.domain %></strong> (<%= check.consecutive_failures %> consecutive errors)
<br />
<%- if check.domain_expires_at.present? %>
Last known expiry date : <%= format_utc(check.domain_expires_at) %>.
<br />
<%- end %>
<%- if check.last_success_at.present? %>
Last successful check : <%= format_utc(check.last_success_at) %>.
<br />
<%- end %>
</p>
<p>
If there is no more SSL endpoint for this domain, please disable
or delete the check by following this link: <br />
<%= edit_check_url(check) %>
</p>
<%= render "check_comment_vendor", check: check %>