From 6de635aabc9e5fd2e5d3491c13adf783f5395560 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Tue, 26 Jan 2021 23:31:34 +0100 Subject: [PATCH] =?UTF-8?q?affichage=20de=20l'=C3=A9tiquette=20"cron"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/emails/show.html.erb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/views/emails/show.html.erb b/app/views/emails/show.html.erb index 909a716..9abdbd5 100644 --- a/app/views/emails/show.html.erb +++ b/app/views/emails/show.html.erb @@ -53,6 +53,12 @@ <% end %> + + From Cron + + <%= @email.cron? ? "Yes" : "No" %> + + <% @email.headers.each do |header| %>