21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-02 17:00:49 +02:00
chexpire/app/views/notifications_mailer/domain_recurrent_failures.en.html.erb
Jérémy Lecour 830b978626
Rename Notifications.delay to .interval
From French to English "interval" is a better translation than "delay".
It's supposed to mean a number of days between two dates.
2018-07-02 09:52:49 +02:00

26 lines
711 B
Plaintext

<p>
Hi,
<br />
<br />
We had <strong>recurrent failures</strong> while checking the whois database for domain
<strong><%= @check.domain %></strong>. As of today, we can't anymore verify the expiry date.
</p>
<p>
Our last known expiry date is <%= format_utc(@check.domain_expires_at) %>.
<br />
Our last successful check occured <%= format_utc(@check.last_success_at) %>.
</p>
<p>
If you have deleted the domain or have not renewed it, please disable
or delete the check by following this link: <br /><br />
<%= link_to nil, edit_check_url(@check) %>
</p>
<br />
<%= render "check_comment_vendor" %>
<%= render "footer_recurrent_failures", interval: @notification.interval, check: @check %>