21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-05 10:15:09 +02:00
chexpire/app/views/notifications_mailer/_domain_recurrent_failure.en.text.erb
Colin Darie ea610ee185
Notifications grouped of checks in error to user email.
This is not dependent of Notificatioon model.
2018-08-01 23:09:08 +02:00

16 lines
583 B
Plaintext

Domain: <%= check.domain %> (<%= check.consecutive_failures %> consecutive errors)
<%= "-" * (check.domain.length + "Domain: ".length) %>
<%- if check.domain_expires_at.present? %>
Last known expiry date : <%= format_utc(check.domain_expires_at) %>.
<% end %>
<%- if check.last_success_at.present? %>
Last successful check occured : <%= format_utc(check.last_success_at) %>.
<% end %>
If you have deleted your domain or have not renewed it, please disable
or delete the check by following this link:
<%= edit_check_url(check) %>
<%= render "check_comment_vendor", check: check %>