From 9caa15360effe79b84197fd68fc22996b64e35aa Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Tue, 1 May 2012 16:11:51 +0100 Subject: Updated views to be neater with respect to notice/errors and in the case when no alerts are found in a table. --- views/_alerts_table.haml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'views/_alerts_table.haml') diff --git a/views/_alerts_table.haml b/views/_alerts_table.haml index 40b2b1c..ed759be 100644 --- a/views/_alerts_table.haml +++ b/views/_alerts_table.haml @@ -11,7 +11,14 @@ }); %th#summary Summary %th#time At - = partial("alerts_table_group", :collection => @grouped_alerts) + - if @grouped_alerts.length > 0 + = partial("alerts_table_group", :collection => @grouped_alerts) + - else + %tr{:class => %w(notice)} + %td + %td{:style => "text-align: center;"} + = "No #{@alert_type} alerts found!" + %td %tr %td{ :colspan => 3} %address -- cgit v1.2.3