21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-25 11:48:48 +02:00
chexpire/app/views/notifications_mailer/recurrent_failures.en.html.erb

23 lines
333 B
Plaintext
Raw Normal View History

<p>
Hi,
<br />
<br />
<%= t(".header", count: @checks.count) %>
</p>
<%- @checks.each_with_index do |check, index| %>
<%- if index > 0 -%>
<br />
<br />
<br />
<%- end -%>
<%= render "#{check.kind}_recurrent_failure", check: check %>
<%- end -%>
<br />
<br />
<%= render "footer_recurrent_failures" %>