From b03099803415722addaf94dbe50aacbe4cfb0df9 Mon Sep 17 00:00:00 2001 From: Frank Sweetser Date: Sat, 12 Mar 2011 08:22:42 -0500 Subject: [PATCH] HTML cleanup in nonactive hosts section of email summary report --- .../host_mailer/_nonactive_hosts.text.html.erb | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app/views/host_mailer/_nonactive_hosts.text.html.erb b/app/views/host_mailer/_nonactive_hosts.text.html.erb index 8745d4a..4ea7de2 100644 --- a/app/views/host_mailer/_nonactive_hosts.text.html.erb +++ b/app/views/host_mailer/_nonactive_hosts.text.html.erb @@ -16,9 +16,15 @@ <%= render 'link_to_host', :host => host %> <% if host.last_report -%> - <%= time_ago_in_words(host.last_report) %> + <%= time_ago_in_words(host.last_report) %> <% else -%> - Unknown + Unknown <% end -%> <% end -%> -- 1.7.4.1