From 95d519f0f172b679732d2f53fcc43681eebb9808 Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Wed, 9 Jul 2014 14:29:07 +1000 Subject: [PATCH] No results option --- app/views/producers/index.html.haml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/producers/index.html.haml b/app/views/producers/index.html.haml index 15b02f955f..792ec16cbe 100644 --- a/app/views/producers/index.html.haml +++ b/app/views/producers/index.html.haml @@ -35,5 +35,7 @@ .small-12.columns = render partial: 'producers/skinny' = render partial: 'producers/fat' + %producer.active_table_node.row{"ng-show" => "producers.length == 0"} + No Results = render partial: "shared/footer"